-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.example.json
More file actions
44 lines (44 loc) · 1.03 KB
/
config.example.json
File metadata and controls
44 lines (44 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"debug": false,
"proxy": "",
"language": "english",
"steam_login_secure": "",
"steam_id": "",
"allow_to_sell_item": {
"enable": true,
"item_type": []
},
"disallow_to_sell_item" : {
"enable": false,
"item_type": []
},
"allow_to_sell_item_detail": {
"enable": false,
"item_detail_type": []
},
"disallow_to_sell_item_detail": {
"enable": false,
"item_detail_type": []
},
"price_setting": {
"lowest_price": null,
"highest_price": null,
"calculation_formula": "",
"least_sells_hours": 36,
"hours_least_sells": 25,
"least_sell_orders": 20,
"least_buy_orders": 0,
"normal_card": {
"lowest_price": null,
"highest_price": null
},
"foil_card": {
"lowest_price": null,
"highest_price": null
},
"other_item": {
"lowest_price": null,
"highest_price": null
}
}
}