Update configs

This commit is contained in:
2025-11-18 11:23:21 +07:00
parent 6341d712ef
commit 87712038ff
7 changed files with 12 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ namespace Managing.Infrastructure.Evm.Services;
/// </summary>
public class KaigenSettings
{
public string BaseUrl { get; set; } = "https://api.kaigen.managing.live";
public string BaseUrl { get; set; }
public string DebitEndpoint { get; set; } = "/api/credits/debit";
public string RefundEndpoint { get; set; } = "/api/credits/refund";
public string OwnedKeysEndpoint { get; set; } = "/api/keys/owned";