Update front and config
This commit is contained in:
@@ -39,5 +39,7 @@
|
||||
"AllowedHosts": "*",
|
||||
"WorkerBotManager": true,
|
||||
"WorkerBalancesTracking": false,
|
||||
"WorkerNotifyBundleBacktest": true
|
||||
"WorkerNotifyBundleBacktest": true,
|
||||
"KAIGEN_SECRET_KEY": "KaigenXCowchain",
|
||||
"KAIGEN_CREDITS_ENABLED": true
|
||||
}
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user