From 5d238d400a3448c22a4e57caddaa7869a328e056 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Thu, 5 Dec 2019 15:41:37 +0700 Subject: [PATCH] config.sample --- config.sample.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config.sample.json diff --git a/config.sample.json b/config.sample.json new file mode 100644 index 0000000..baa5e68 --- /dev/null +++ b/config.sample.json @@ -0,0 +1,21 @@ +{ + "origin": "EVO-CP", + "name": "EVO-CP", + "messaging_url": "http://localhost:32979/", + "apiserver": { + "port": 9183 + }, + "sender": { + "url": "http://192.168.0.181:59194/service/sendsms", + "username": "app1", + "password": "1234" + }, + "modems": [ + { + "name": "SENDER-AS13", + "disabled": true, + "imsi": null, + "prefix": [] + } + ] +} \ No newline at end of file -- 1.9.0