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