Commit f3ce9f821b23b02b164de8e3c0b4e00e909cb407

Authored by Adhidarma Hadiwinoto
1 parent c0d8a4e266
Exists in master

Config sample

Showing 1 changed file with 14 additions and 0 deletions Side-by-side Diff

... ... @@ -0,0 +1,14 @@
  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 +}
0 15 \ No newline at end of file