Commit f3ce9f821b23b02b164de8e3c0b4e00e909cb407
1 parent
c0d8a4e266
Exists in
master
Config sample
Showing 1 changed file with 14 additions and 0 deletions Inline Diff
config.sample.json
File was created | 1 | { | |
2 | "webservice": { | ||
3 | "port": 7920, | ||
4 | "apikey": "PLEASE_CHANGE_ME" | ||
5 | }, | ||
6 | "mysql": { | ||
7 | "komodo": { | ||
8 | "host": "localhost", | ||
9 | "database": "komodo", | ||
10 | "user": "komodo", | ||
11 | "password": "PLEASE_CHANGE_ME" | ||
12 | } | ||
13 | } | ||
14 | } |