diff --git a/config.sample.json b/config.sample.json new file mode 100644 index 0000000..a1d6850 --- /dev/null +++ b/config.sample.json @@ -0,0 +1,14 @@ +{ + "webservice": { + "port": 7920, + "apikey": "PLEASE_CHANGE_ME" + }, + "mysql": { + "komodo": { + "host": "localhost", + "database": "komodo", + "user": "komodo", + "password": "PLEASE_CHANGE_ME" + } + } +} \ No newline at end of file