Files
khadhroony-bot3/config/exemples/example.kb-app-demo-desktop.default.config.json
2026-08-10 11:21:07 +02:00

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
}
}
}
]
}