Commit 7c3789caeaa32ab468048f87fe2b65541a716a9d
1 parent
34a928eae0
Exists in
master
sample config buat perintah postpaid
Showing 1 changed file with 3 additions and 1 deletions Inline Diff
config.sample.json
1 | { | 1 | { |
2 | "origin": "change-me", | 2 | "origin": "change-me", |
3 | "username": "change-me@change-me", | 3 | "username": "change-me@change-me", |
4 | "password": "change-me", | 4 | "password": "change-me", |
5 | "warming_up_ms": 60000, | 5 | "warming_up_ms": 60000, |
6 | "core_url": "http://localhost:32972/apikey/PLEASE-CHANGE-WITH-VALID-APIKEY", | 6 | "core_url": "http://localhost:32972/apikey/PLEASE-CHANGE-WITH-VALID-APIKEY", |
7 | "listen_port": 14232, | 7 | "listen_port": 14232, |
8 | "ping_interval_ms": 60000, | 8 | "ping_interval_ms": 60000, |
9 | "commands": { | 9 | "commands": { |
10 | "balance": ["S", "SAL", "SALDO", "BAL", "BALANCE", "CEKSALDO"], | 10 | "balance": ["S", "SAL", "SALDO", "BAL", "BALANCE", "CEKSALDO"], |
11 | "price": ["H", "HP", "CH", "HARGA", "CEKHARGA", "PRICE"] | 11 | "price": ["H", "HP", "CH", "HARGA", "CEKHARGA", "PRICE"], |
12 | "postpaid_inquiry": ["INQUIRY", "INQ", "CEKTAGIHAN"], | ||
13 | "postpaid_pay": ["PAYMENT", "PAY", "BAYAR", "BAYARTAGIHAN"] | ||
12 | }, | 14 | }, |
13 | "control_panel": { | 15 | "control_panel": { |
14 | "listen_port": 14233 | 16 | "listen_port": 14233 |
15 | } | 17 | } |
16 | } | 18 | } |
17 | 19 |