Commit 30ac636c8368069cac1b9ee3fc4987ca9eba14f7
1 parent
c0741a5743
Exists in
master
Config file example
Showing 1 changed file with 26 additions and 0 deletions Inline Diff
config.sample.json
File was created | 1 | { | |
2 | "# messaging_url": "messaging service url", | ||
3 | "messaging_url": "http://localhost:32979/", | ||
4 | |||
5 | "# listen_port": "HTTP port untuk mendapat perintah dari CORE", | ||
6 | "listen_port": 16480, | ||
7 | |||
8 | "handler_callback_server": { | ||
9 | "# listen_port": "HTTP port untuk mendapat pesan masuk dari modem handler", | ||
10 | "listen_port": 16481, | ||
11 | "apikey": "PLEASE_CHANGE_ME" | ||
12 | }, | ||
13 | |||
14 | "number_suffix": "@phonenumber", | ||
15 | |||
16 | "modems": { | ||
17 | "SMS0": { | ||
18 | "url": "http://localhost:2110/sms", | ||
19 | "apikey": "PLEASE_CHANGE_ME" | ||
20 | } | ||
21 | }, | ||
22 | |||
23 | "do_not_trim_long_sms": false, | ||
24 | |||
25 | "default_modem": "SMS0" | ||
26 | } |