29 lines
837 B
JSON
29 lines
837 B
JSON
{
|
|
"WorkerBacktestCompute": true,
|
|
"BacktestComputeWorker": {
|
|
"MaxConcurrentPerUser": 3,
|
|
"MaxConcurrentPerInstance": 6,
|
|
"JobPollIntervalSeconds": 5,
|
|
"HeartbeatIntervalSeconds": 30,
|
|
"StaleJobTimeoutMinutes": 5
|
|
},
|
|
"WorkerGeneticCompute": true,
|
|
"GeneticComputeWorker": {
|
|
"MaxConcurrentGenetics": 2,
|
|
"JobPollIntervalSeconds": 5,
|
|
"HeartbeatIntervalSeconds": 30,
|
|
"StaleJobTimeoutMinutes": 10
|
|
},
|
|
"PostgreSql": {
|
|
"ConnectionString": "Host=localhost;Port=5432;Database=managing;Username=postgres;Password=postgres"
|
|
},
|
|
"InfluxDb": {
|
|
"Url": "http://localhost:8086/",
|
|
"Organization": "managing-org",
|
|
"Token": "Fw2FPL2OwTzDHzSbR2Sd5xs0EKQYy00Q-hYKYAhr9cC1_q5YySONpxuf_Ck0PTjyUiF13xXmi__bu_pXH-H9zA=="
|
|
},
|
|
"Kaigen": {
|
|
"BaseUrl": "https://kaigen-back.apps.managing.live"
|
|
}
|
|
}
|