commit d8d53cb97bc7569a025fa57210bd9107fda1f7c0 parent 447a8709ba9d8cdd308011a84130a7403d7178d8 Author: Marc Stibane <marc@taler.net> Date: Wed, 3 Jan 2024 17:30:58 +0100 definitions Diffstat:
| M | TalerWallet1/Controllers/PublicConstants.swift | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/TalerWallet1/Controllers/PublicConstants.swift b/TalerWallet1/Controllers/PublicConstants.swift @@ -24,8 +24,10 @@ public let DONE_OUTGOING = "minus.circle.fill" public let HTTPS = "https://" //public let DEMOBANK = HTTPS + "bAnK.dEmO.tAlEr.nEt" // should be weird to read, but still work //public let DEMOEXCHANGE = HTTPS + "eXcHaNgE.dEmO.tAlEr.nEt" -public let DEMO = ".demo.taler.net" -public let TEST = ".test.taler.net" +public let TALER = "taler.net" +public let TALER_NET = HTTPS + TALER +public let DEMO = ".demo." + TALER +public let TEST = ".test." + TALER public let DEMOBANK = HTTPS + "bank" + DEMO public let DEMOSHOP = HTTPS + "shop" + DEMO