59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"active_profile": "mainnet_research",
|
|
"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
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "mainnet_research",
|
|
"application": {
|
|
"name": "khadhroony-bot3",
|
|
"environment": "research",
|
|
"demo": {
|
|
"live_demo_enabled": true,
|
|
"trading_demo_enabled": false
|
|
}
|
|
},
|
|
"logging_profile": "mainnet_research",
|
|
"transport_profile": "mainnet_research",
|
|
"listeners_profile": "mainnet_research",
|
|
"store_profile": "mainnet_research",
|
|
"wallet_profile": "mainnet_research",
|
|
"execution_profile": "mainnet_research"
|
|
},
|
|
{
|
|
"name": "mainnet",
|
|
"application": {
|
|
"name": "khadhroony-bot3",
|
|
"environment": "mainnet",
|
|
"demo": {
|
|
"live_demo_enabled": true,
|
|
"trading_demo_enabled": false
|
|
}
|
|
},
|
|
"logging_profile": "mainnet",
|
|
"transport_profile": "mainnet",
|
|
"listeners_profile": "mainnet",
|
|
"store_profile": "mainnet",
|
|
"wallet_profile": "mainnet",
|
|
"execution_profile": "mainnet"
|
|
}
|
|
]
|
|
}
|