From 9ec307988a2b45dddc5362123cc26f0806d47564 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Fri, 16 Aug 2019 12:07:38 +0700 Subject: [PATCH] Sample of config file --- 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..55147fe --- /dev/null +++ b/config.sample.json @@ -0,0 +1,14 @@ +{ + "name": "HTTPGETX", + + "# core_url": "Silahkan diisi dengan core url, bisa dikosongkan jika ingin membaca dari main config komodo", + "core_url": "", + + "listener": { + "partner": { + "port": 25614 + } + }, + + "cluster": 0 +} \ No newline at end of file -- 1.9.0