From 40405c286c8da8a8fab7108970da71710479f606 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Fri, 6 Dec 2019 12:19:25 +0700 Subject: [PATCH] Some entries in config.sample.json --- config.sample.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.sample.json b/config.sample.json index 78a1ad1..5d35b5b 100644 --- a/config.sample.json +++ b/config.sample.json @@ -5,6 +5,13 @@ "apiserver": { "port": 9183 }, + + "max_length": 140, + "max_message_age_in_secs": 300, + "sleep_before_unlock_modem_ms": 1200, + "ignore_prefix": false, + "number_suffix": "", + "sender": { "url": "http://192.168.0.181:59194/service/sendsms", "username": "app1", -- 1.9.0