first commit
This commit is contained in:
14
config/dailyshop/daily_shop.json
Normal file
14
config/dailyshop/daily_shop.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"default": {
|
||||
"startEpoch": 0,
|
||||
"refreshDelay": 60000,
|
||||
"trades": "daily_shop"
|
||||
},
|
||||
"custom": {
|
||||
"some_custom_shop": {
|
||||
"startEpoch": 0,
|
||||
"refreshDelay": 30000,
|
||||
"trades": "daily_shop"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user