Commit 6e6fa2b2fca29109b5a1ea13cf80ca51b815f015
1 parent
2e4ed981f7
Exists in
master
config.globals.dump_stats_interval_secs on config.ini
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 | auto_resend_on_delay_secs=120 |
12 | dump_stats_interval_secs=300 | ||
12 | 13 | ||
13 | [h2h_out] | 14 | [h2h_out] |
14 | ym_id=myymid | 15 | ym_id=myymid |
15 | ym_password=mypassword | 16 | ym_password=mypassword |
16 | partner=partnerymid | 17 | partner=partnerymid |
17 | allow_response_from=partnerymid | 18 | allow_response_from=partnerymid |
18 | pin=1234 | 19 | pin=1234 |
19 | request_pattern=[remoteProduct].[destination].[pin] | 20 | request_pattern=[remoteProduct].[destination].[pin] |
20 | 21 | ||
21 | [expresso] | 22 | [expresso] |
22 | listen_port=19602 | 23 | listen_port=19602 |
23 | password=0d6848d79e04dafc91d6d461a765d0558124081c60bdb23b79e2affaa3c452f8 | 24 | password=0d6848d79e04dafc91d6d461a765d0558124081c60bdb23b79e2affaa3c452f8 |
24 | session_name=something.connect.sid | 25 | session_name=something.connect.sid |
25 | 26 | ||
26 | [products] | 27 | [products] |
27 | TST1=SS5 | 28 | TST1=SS5 |
28 | 29 |