Update front and config

This commit is contained in:
2025-07-29 03:02:33 +07:00
parent 09e2c704ef
commit 36cb672ce4
7 changed files with 5629 additions and 10 deletions

View File

@@ -39,5 +39,7 @@
"AllowedHosts": "*",
"WorkerBotManager": true,
"WorkerBalancesTracking": false,
"WorkerNotifyBundleBacktest": true
"WorkerNotifyBundleBacktest": true,
"KAIGEN_SECRET_KEY": "KaigenXCowchain",
"KAIGEN_CREDITS_ENABLED": true
}

View File

@@ -12,7 +12,7 @@
"AppSecret": "63Chz2z5M8TgR5qc8dznSLRAGTHTyPU4cjdQobrBF1Cx5tszZpTuFgyrRd7hZ2k6HpwDz3GEwQZzsCqHb8Z311bF"
},
"Kaigen": {
"BaseUrl": "https://kaigen-back-development.up.railway.app/",
"BaseUrl": "https://kaigen-back-development.up.railway.app",
"DebitEndpoint": "/api/credits/debit",
"RefundEndpoint": "/api/credits/refund"
},

View File

@@ -24,7 +24,7 @@
"BaseUrl": "http://localhost:4111"
},
"Kaigen": {
"BaseUrl": "https://api.kaigen.managing.live",
"BaseUrl": "https://kaigen-back-development.up.railway.app",
"DebitEndpoint": "/api/credits/debit",
"RefundEndpoint": "/api/credits/refund"
},