From 876a2456d3fa45c4398722733a8c5f18b1706e73 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <gua@adhisimon.org>
Date: Thu, 12 Apr 2018 19:52:06 +0700
Subject: [PATCH] advice server on config

---
 config.sample.json | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/config.sample.json b/config.sample.json
index 3bbb9cd..08e13f7 100644
--- a/config.sample.json
+++ b/config.sample.json
@@ -11,6 +11,13 @@
         "pin": "PLEASE_CHANGE_ME",
         "use_sslv3": false
     },
+    "push_server": {
+        "apikey": "PLEASE_CHANGE_ME",
+        "advice": {
+            "port": 14283,
+            "url": "http://PLEASE_CHANGE_ME:14283/apikey/PLEASE_CHANGE_ME/advice"
+        }
+    },
     "remote_products": {
         "PLEASE_CHANGE_ME": "PLEASE_CHANGE_ME"
     },
-- 
1.9.0