Commit 57556afe043343a3a342c63a2dcd7d74e695ed50
1 parent
a677c7ccf2
Exists in
master
config.sample.json updated
Showing 1 changed file with 3 additions and 1 deletions Side-by-side Diff
config.sample.json
... | ... | @@ -6,5 +6,7 @@ |
6 | 6 | "# listen_port": "HTTP port untuk mendapat perintah dari CORE", |
7 | 7 | "listen_port": 16480, |
8 | 8 | |
9 | - "number_suffix": "@phonenumber" | |
9 | + "number_suffix": "@phonenumber", | |
10 | + "smstools_status_file": "/var/log/smsd/smsd_stats/status", | |
11 | + "smstools_log_file": "/var/log/smsd/smsd.log" | |
10 | 12 | } |
11 | 13 | \ No newline at end of file |