diff --git a/sdk/platform/PlatformConfig.js b/sdk/platform/PlatformConfig.js index 2dd35c6..568d3c2 100644 --- a/sdk/platform/PlatformConfig.js +++ b/sdk/platform/PlatformConfig.js @@ -12,7 +12,7 @@ class PlatformConfig { constructor(config) { this.companyId = config.companyId; this.organizationId = config.organizationId; - this.domain = config.domain || "https://api.potleex0.de"; + this.domain = config.domain || "https://api.settle.club"; this.apiKey = config.key; this.apiSecret = config.token; this.topSecret = config.secret;