25 lines
606 B
JSON
25 lines
606 B
JSON
{
|
|
"active_profile": "local_devnet",
|
|
"sources": {
|
|
"logging": "config/logging.config.json",
|
|
"transport": "config/transport.config.json",
|
|
"listeners": "config/listeners.config.json",
|
|
"store": "config/store.config.json",
|
|
"wallet": "config/wallet.config.json",
|
|
"execution": "config/execution.config.json"
|
|
},
|
|
"profiles": [
|
|
{
|
|
"name": "local_devnet",
|
|
"application": {
|
|
"name": "khadhroony-bot3",
|
|
"environment": "development",
|
|
"demo": {
|
|
"live_demo_enabled": true,
|
|
"trading_demo_enabled": false
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|