* Start building with orlean * Add missing file * Serialize grain state * Remove grain and proxies * update and add plan * Update a bit * Fix backtest grain * Fix backtest grain * Clean a bit
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"InfluxDb": {
|
|
"Url": "http://localhost:8086/",
|
|
"Organization": "managing-org",
|
|
"Token": "Fw2FPL2OwTzDHzSbR2Sd5xs0EKQYy00Q-hYKYAhr9cC1_q5YySONpxuf_Ck0PTjyUiF13xXmi__bu_pXH-H9zA=="
|
|
},
|
|
"PostgreSql": {
|
|
"ConnectionString": "Host=localhost;Port=5432;Database=managing;Username=postgres;Password=postgres"
|
|
},
|
|
"Privy": {
|
|
"AppId": "cm6f47n1l003jx7mjwaembhup",
|
|
"AppSecret": "63Chz2z5M8TgR5qc8dznSLRAGTHTyPU4cjdQobrBF1Cx5tszZpTuFgyrRd7hZ2k6HpwDz3GEwQZzsCqHb8Z311bF"
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Information",
|
|
"System": "Warning"
|
|
}
|
|
}
|
|
},
|
|
"ElasticConfiguration": {
|
|
"Uri": "http://elasticsearch:9200"
|
|
},
|
|
"Sentry": {
|
|
"Dsn": "https://698e00d7cb404b049aff3881e5a47f6b@bugcenter.apps.managing.live/1"
|
|
},
|
|
"Discord": {
|
|
"ApplicationId": "",
|
|
"PublicKey": "",
|
|
"TokenId": "",
|
|
"SignalChannelId": 966080506473099314,
|
|
"TradesChannelId": 998374177763491851,
|
|
"TroublesChannelId": 1015761955321040917,
|
|
"RequestsChannelId": 1018589494968078356,
|
|
"ButtonExpirationMinutes": 2
|
|
},
|
|
"AllowedHosts": "*",
|
|
"WorkerBotManager": true,
|
|
"WorkerBalancesTracking": false,
|
|
"WorkerNotifyBundleBacktest": false,
|
|
"KAIGEN_SECRET_KEY": "KaigenXCowchain",
|
|
"KAIGEN_CREDITS_ENABLED": false
|
|
} |