From dd730a8668ff0fbe046a71deb37bdb2b68f778cf Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <me@adhisimon.org>
Date: Mon, 28 Jan 2019 18:14:18 +0700
Subject: [PATCH] sample config

---
 config.sample.json | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 config.sample.json

diff --git a/config.sample.json b/config.sample.json
new file mode 100644
index 0000000..6196cc5
--- /dev/null
+++ b/config.sample.json
@@ -0,0 +1,18 @@
+{
+  "handler_name": "DUMMY",
+  "products": [
+    "DUMMY5"
+  ],
+  "locations": [
+    "222",
+    "13420"
+  ],
+  "remote_products": {},
+  "pull_interval_ms": 1000,
+  "max_result_timeout_ms": 2000,
+  "apiserver": {
+    "port": 9992,
+    "apikey": "PLEASE_CHANGE_ME",
+    "url": "http://localhost:9992/apikey/PLEASE_CHANGE_ME"
+  }
+}
-- 
1.9.0