Commit f145236885adb5b3dce6002049d99ae3867c1fc2
1 parent
48dcd97e84
Exists in
master
update config sample
Showing 1 changed file with 11 additions and 6 deletions Side-by-side Diff
config.sample.json
... | ... | @@ -10,13 +10,18 @@ |
10 | 10 | "request_timeout_ms": 10000 |
11 | 11 | }, |
12 | 12 | "products": { |
13 | + "TELX": { | |
14 | + "name": "TELX", | |
15 | + "remote": "", | |
16 | + "active": 1 | |
17 | + } | |
13 | 18 | }, |
14 | - "postpaid_products": { | |
15 | - }, | |
16 | - "sds_ss": { | |
17 | - "url": "http://localhost:8187/request", | |
19 | + "postpaid_products": {}, | |
20 | + "sds": { | |
21 | + "url": "http://localhost:8187", | |
18 | 22 | "request_timeout_ms": 10000, |
19 | 23 | "username": "user", |
20 | - "password": "1234" | |
24 | + "password": "1234", | |
25 | + "payment": "T" | |
21 | 26 | } |
22 | 27 | -} |
28 | +} | |
23 | 29 | \ No newline at end of file |