From 1caf93a63e9c824e4d42e1b8097addfefb5a090d Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Fri, 12 Aug 2016 20:12:58 +0700 Subject: [PATCH] sample.config.json --- sample.config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sample.config.json diff --git a/sample.config.json b/sample.config.json new file mode 100644 index 0000000..cfcb9bf --- /dev/null +++ b/sample.config.json @@ -0,0 +1,11 @@ +{ + "server_options": { + "port": 32185 + }, + "hosts": [ + { + "host": "aaa.bbb.ccc", + "target": "http://localhost:14298" + } + ] +} -- 1.9.0