From 2da3d688f9a2be1037638701672315280ef7a3d1 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <me@adhisimon.org>
Date: Thu, 18 Jul 2019 13:29:03 +0700
Subject: [PATCH] sample config file

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

diff --git a/config.sample.json b/config.sample.json
new file mode 100644
index 0000000..0de87a6
--- /dev/null
+++ b/config.sample.json
@@ -0,0 +1,9 @@
+{
+    "origin": "PLEASE_CHANGE_ME",
+    "username": "PLEASE_CHANGE_ME",
+    "password": "PLEASE_CHANGE_ME",
+    "warming_up_ms": 1000,
+    "messaging_url": "http://localhost:32979/",
+    "listen_port": 32989,
+    "ping_interval_ms": 60000
+}
-- 
1.9.0