gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 13/69: definitions


From: gnunet
Subject: [taler-taler-ios] 13/69: definitions
Date: Fri, 19 Jan 2024 09:01:46 +0100

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit d8d53cb97bc7569a025fa57210bd9107fda1f7c0
Author: Marc Stibane <marc@taler.net>
AuthorDate: Wed Jan 3 17:30:58 2024 +0100

    definitions
---
 TalerWallet1/Controllers/PublicConstants.swift | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Controllers/PublicConstants.swift 
b/TalerWallet1/Controllers/PublicConstants.swift
index da8bb9a..248ce6c 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]