Commit f145236885adb5b3dce6002049d99ae3867c1fc2
1 parent
48dcd97e84
Exists in
master
update config sample
Showing 1 changed file with 11 additions and 6 deletions Inline Diff
config.sample.json
1 | { | 1 | { |
2 | "name": "gateway-sds", | 2 | "name": "gateway-sds", |
3 | "url": "http://localhost", | 3 | "url": "http://localhost", |
4 | "port": 11330, | 4 | "port": 11330, |
5 | "apikey": "fd97cf519b979262d9d9004cba6a165629ca8b69350a6afdcaab6ab2c9a996ae", | 5 | "apikey": "fd97cf519b979262d9d9004cba6a165629ca8b69350a6afdcaab6ab2c9a996ae", |
6 | "pull_interval_ms": 5000, | 6 | "pull_interval_ms": 5000, |
7 | "core": { | 7 | "core": { |
8 | "url": "http://localhost:26840", | 8 | "url": "http://localhost:26840", |
9 | "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJnZW5lcmF0b3IiOiJDTEkiLCJjbGllbnQiOnsibmFtZSI6IktPTU9ETzItR1ctU0RTLVNTIn0sImlhdCI6MTY1ODkwODA4N30.2Ego28jwgPs3s9-iKSbYipO72FTH5gFC5gkVccqiN24", | 9 | "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJnZW5lcmF0b3IiOiJDTEkiLCJjbGllbnQiOnsibmFtZSI6IktPTU9ETzItR1ctU0RTLVNTIn0sImlhdCI6MTY1ODkwODA4N30.2Ego28jwgPs3s9-iKSbYipO72FTH5gFC5gkVccqiN24", |
10 | "request_timeout_ms": 10000 | 10 | "request_timeout_ms": 10000 |
11 | }, | 11 | }, |
12 | "products": { | 12 | "products": { |
13 | "TELX": { | ||
14 | "name": "TELX", | ||
15 | "remote": "", | ||
16 | "active": 1 | ||
17 | } | ||
13 | }, | 18 | }, |
14 | "postpaid_products": { | 19 | "postpaid_products": {}, |
15 | }, | 20 | "sds": { |
16 | "sds_ss": { | 21 | "url": "http://localhost:8187", |
17 | "url": "http://localhost:8187/request", | ||
18 | "request_timeout_ms": 10000, | 22 | "request_timeout_ms": 10000, |
19 | "username": "user", | 23 | "username": "user", |
20 | "password": "1234" | 24 | "password": "1234", |
25 | "payment": "T" | ||
21 | } | 26 | } |