Commit 79eef780369f9bd580864c77d202966dbfe5462c
1 parent
fdb2abd41e
Exists in
master
sample config auto_resend_on_delay_secs=120
Showing 1 changed file with 1 additions and 0 deletions Inline Diff
sample.config.ini
1 | [globals] | 1 | [globals] |
2 | products=TST1 | 2 | products=TST1 |
3 | gateway_name=NEOYM1 | 3 | gateway_name=NEOYM1 |
4 | aaa_host=http://127.0.0.1:4250 | 4 | aaa_host=http://127.0.0.1:4250 |
5 | interval=1000 | 5 | interval=1000 |
6 | admin_port=17602 | 6 | admin_port=17602 |
7 | apikey=123497 | 7 | apikey=123497 |
8 | redis_host=localhost | 8 | redis_host=localhost |
9 | redis_port=6379 | 9 | redis_port=6379 |
10 | balance_regex=Saldo: Rp (\d+?)\. | 10 | balance_regex=Saldo: Rp (\d+?)\. |
11 | auto_resend_on_delay_secs=120 | ||
11 | 12 | ||
12 | [h2h_out] | 13 | [h2h_out] |
13 | ym_id=myymid | 14 | ym_id=myymid |
14 | ym_password=mypassword | 15 | ym_password=mypassword |
15 | partner=partnerymid | 16 | partner=partnerymid |
16 | allow_response_from=partnerymid | 17 | allow_response_from=partnerymid |
17 | pin=1234 | 18 | pin=1234 |
18 | request_pattern=[remoteProduct].[destination].[pin] | 19 | request_pattern=[remoteProduct].[destination].[pin] |
19 | 20 | ||
20 | [expresso] | 21 | [expresso] |
21 | listen_port=19602 | 22 | listen_port=19602 |
22 | password=0d6848d79e04dafc91d6d461a765d0558124081c60bdb23b79e2affaa3c452f8 | 23 | password=0d6848d79e04dafc91d6d461a765d0558124081c60bdb23b79e2affaa3c452f8 |
23 | session_name=something.connect.sid | 24 | session_name=something.connect.sid |
24 | 25 | ||
25 | [products] | 26 | [products] |
26 | TST1=SS5 | 27 | TST1=SS5 |
27 | 28 |