From f3ce9f821b23b02b164de8e3c0b4e00e909cb407 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Wed, 6 Nov 2019 13:50:25 +0700 Subject: [PATCH] Config sample --- config.sample.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.sample.json 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 -- 1.9.0