From b4116f8bf1bc36e44b4f7fcae25db4661c728870 Mon Sep 17 00:00:00 2001 From: cuttestkittensrule Date: Tue, 10 Jun 2025 13:40:19 -0700 Subject: [PATCH] add all QA environments 3-5 --- lib/src/main/kotlin/org/tidepool/sdk/Environment.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/src/main/kotlin/org/tidepool/sdk/Environment.kt b/lib/src/main/kotlin/org/tidepool/sdk/Environment.kt index 891e06a..553b384 100644 --- a/lib/src/main/kotlin/org/tidepool/sdk/Environment.kt +++ b/lib/src/main/kotlin/org/tidepool/sdk/Environment.kt @@ -26,7 +26,10 @@ public enum class Environments( ), Dev1("https://dev1.dev.tidepool.org", "dev", AuthenticationServers.Development), Qa1("https://qa1.development.tidepool.org", "qa1", AuthenticationServers.QA), - Qa2("https://qa2.development.tidepool.org", "qa2", AuthenticationServers.QA); + Qa2("https://qa2.development.tidepool.org", "qa2", AuthenticationServers.QA), + Qa3("https://qa3.development.tidepool.org", "qa3", AuthenticationServers.QA), + Qa4("https://qa4.development.tidepool.org", "qa4", AuthenticationServers.QA), + Qa5("https://qa5.development.tidepool.org", "qa5", AuthenticationServers.QA); override val url: URL = URL(url) } \ No newline at end of file