summaryrefslogtreecommitdiff
path: root/bin/taler_urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/taler_urls.py')
-rw-r--r--bin/taler_urls.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/taler_urls.py b/bin/taler_urls.py
index 1ce8c0e..caf9a84 100644
--- a/bin/taler_urls.py
+++ b/bin/taler_urls.py
@@ -9,7 +9,8 @@ taler_urls = dict(
landing = "https://{}.taler.net/",
survey = "http://survey.{}.taler.net/",
auditor = "http://auditor.{}.taler.net/",
- sync = "http://sync.{}.taler.net/"
+ sync = "http://sync.{}.taler.net/",
+ talerbank_payto = "payto://x-taler-bank/bank.{}.taler.net/"
),
offline = dict(
donations = "http://localhost:5880/",
@@ -21,7 +22,8 @@ taler_urls = dict(
landing = "http://localhost:5886/",
survey = "http://localhost:5887/",
auditor = "http://localhost:5888/",
- sync = "http://localhost:5889/"
+ sync = "http://localhost:5889/",
+ talerbank_payto = "payto://x-taler-bank/localhost:5882/"
)
)