Add flagsmith

This commit is contained in:
2025-12-11 19:22:54 +07:00
parent 65d00c0b9a
commit 35df25915f
6 changed files with 187 additions and 2 deletions

View File

@@ -651,7 +651,6 @@ public class BacktestController : BaseController
{
var user = await GetUser();
if (string.IsNullOrEmpty(request.UniversalConfig.ScenarioName) && request.UniversalConfig.Scenario == null)
{
return BadRequest("Either scenario name or scenario object is required in universal configuration");

View File

@@ -31,6 +31,10 @@
"DebitEndpoint": "/api/credits/debit",
"RefundEndpoint": "/api/credits/refund"
},
"Flagsmith": {
"ApiKey": "ser.ShJJJMtWYS9fwuzd83ejwR",
"ApiUrl": "https://flag.kaigen.ai/api/v1/"
},
"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",