From 9bc589f562bde4443e560dbe6efee56eb9257491 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <gua@adhisimon.org> Date: Fri, 8 Sep 2017 16:50:51 +0700 Subject: [PATCH] config.sample.json --- config.sample.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.sample.json diff --git a/config.sample.json b/config.sample.json new file mode 100644 index 0000000..4ec7487 --- /dev/null +++ b/config.sample.json @@ -0,0 +1,7 @@ +{ + "listen_port": 25613, + "center_port": 25614, + "origin": "HTTPGET0", + "do_not_prefix_request_id": true, + "core_url": "http://localhost:32972/apikey/<PLEASE-CHANGE-ME>" +} -- 1.9.0