From f8555c625faa30b0f0a31364b0e872a4b162fae3 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <me@adhisimon.org>
Date: Mon, 19 Aug 2019 11:53:19 +0700
Subject: [PATCH] Update config.sample.json to config.apiserver

---
 config.sample.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.sample.json b/config.sample.json
index 0367c8e..c69dbec 100644
--- a/config.sample.json
+++ b/config.sample.json
@@ -7,7 +7,7 @@
     "# listen_port": "HTTP port untuk mendapat perintah dari CORE",
     "listen_port": 16480,
 
-    "handler_callback_server": {
+    "apiserver": {
         "# listen_port": "HTTP port untuk mendapat pesan masuk dari modem handler",
         "listen_port": 16481,
         "apikey": "PLEASE_CHANGE_ME"
-- 
1.9.0