Commit 77025ec7a3a3430a2425ec195702cb1281ed7114

Authored by Adhidarma Hadiwinoto
1 parent 12b53041c0
Exists in master

typo in config sample

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

1 { 1 {
2 "handler_name": "ST24", 2 "handler_name": "ST24",
3 "products": [ 3 "products": [
4 "PLEASE_CHANGE_ME" 4 "PLEASE_CHANGE_ME"
5 ], 5 ],
6 "core_url": "http://127.0.0.1:32972/apikey/PLEASE_CHANGE_ME", 6 "core_url": "http://127.0.0.1:32972/apikey/PLEASE_CHANGE_ME",
7 "pull_interval_ms": 1000, 7 "pull_interval_ms": 1000,
8 "partner": { 8 "partner": {
9 "url": "https://PLEASE_CHANGE_ME:6789/", 9 "url": "https://PLEASE_CHANGE_ME:6789/",
10 "msidn": "PLEASE_CHANGE_ME", 10 "msisdn": "PLEASE_CHANGE_ME",
11 "pin": "PLEASE_CHANGE_ME" 11 "pin": "PLEASE_CHANGE_ME"
12 }, 12 },
13 "remote_products": { 13 "remote_products": {
14 "PLEASE_CHANGE_ME": "PLEASE_CHANGE_ME" 14 "PLEASE_CHANGE_ME": "PLEASE_CHANGE_ME"
15 }, 15 },
16 "reverse_report_port": 27440, 16 "reverse_report_port": 27440,
17 "control_panel": { 17 "control_panel": {
18 "listen_port": 27441 18 "listen_port": 27441
19 }, 19 },
20 "do_not_verbose_log_report": true 20 "do_not_verbose_log_report": true
21 } 21 }
22 22