14 lines
242 B
JSON
14 lines
242 B
JSON
{
|
|
"default": {
|
|
"startEpoch": 0,
|
|
"refreshDelay": 60000,
|
|
"trades": "daily_shop"
|
|
},
|
|
"custom": {
|
|
"some_custom_shop": {
|
|
"startEpoch": 0,
|
|
"refreshDelay": 30000,
|
|
"trades": "daily_shop"
|
|
}
|
|
}
|
|
} |