40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"WorkerBacktestCompute": true,
|
|
"BacktestComputeWorker": {
|
|
"MaxConcurrentPerUser": 8,
|
|
"MaxConcurrentPerInstance": 8,
|
|
"JobPollIntervalSeconds": 3,
|
|
"HeartbeatIntervalSeconds": 30,
|
|
"StaleJobTimeoutMinutes": 5,
|
|
"JobTimeoutMinutes": 45
|
|
},
|
|
"WorkerGeneticCompute": true,
|
|
"GeneticComputeWorker": {
|
|
"MaxConcurrentGenetics": 2,
|
|
"JobPollIntervalSeconds": 5,
|
|
"HeartbeatIntervalSeconds": 30,
|
|
"StaleJobTimeoutMinutes": 10
|
|
},
|
|
"WorkerBundleBacktestHealthCheck": true,
|
|
"Sentry": {
|
|
"Dsn": "https://ba7ab16fc3aa445480c115861b4ec8b9@glitch.kai.managing.live/4"
|
|
},
|
|
"N8n": {
|
|
"WebhookUrl": "https://n8n.kai.managing.live/webhook/fa9308b6-983b-42ec-b085-71599d655951",
|
|
"IndicatorRequestWebhookUrl": "https://n8n.kai.managing.live/webhook/3aa07b66-1e64-46a7-8618-af300914cb11",
|
|
"Username": "managing-api",
|
|
"Password": "T259836*PdiV2@%!eR%Qf4"
|
|
},
|
|
"Kaigen": {
|
|
"BaseUrl": "https://kaigen-back-kaigen-stage.up.railway.app",
|
|
"DebitEndpoint": "/api/credits/debit",
|
|
"RefundEndpoint": "/api/credits/refund"
|
|
}
|
|
}
|