Commit 1fbaf7928a54865d30f8478d109b257919e75575
1 parent
3080232bfb
Exists in
master
update config sample
Showing 1 changed file with 7 additions and 7 deletions Inline Diff
config.sample.ini
1 | [globals] | 1 | [globals] |
2 | operators=TEST,XL_ALTERNATIF | 2 | operators=TEST,XL_ALTERNATIF |
3 | products=TST1 | 3 | products=SI10,SI20,SI25,SI50,SI100 |
4 | gateway_name=NODEJS-DEV | 4 | gateway_name=NODEJS-DEV |
5 | aaa_host=http://172.23.0.12:4250 | 5 | aaa_host=http://172.23.0.12:4250 |
6 | interval=1000 | 6 | interval=1000 |
7 | admin_port=17456 | 7 | admin_port=17456 |
8 | 8 | ||
9 | [h2h_out] | 9 | [h2h_out] |
10 | partner=https://172.23.0.12:6789 | 10 | partner=http://localhost:8123/scrap_kisel.php |
11 | userid=R97DEV | ||
12 | password=czcb | ||
13 | listen_port=13522 | ||
14 | check_interval=2000 | ||
15 | 11 | ||
16 | [products] | 12 | [products] |
17 | TST1=TR1 | 13 | S10=SI10 |
14 | S20=SI20 | ||
15 | S25=SI25 |