summaryrefslogtreecommitdiff
path: root/bin/taler_urls.py
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-09-11 16:17:34 +0200
committerMS <ms@taler.net>2020-09-11 16:17:34 +0200
commit3958a9931eb2f182a05e1978e92dc4f62135e737 (patch)
treef04fe3239fb99c825cfd3d9bb42c527efa1e9faa /bin/taler_urls.py
parenta9a9773021b84de02a9ac6bffb56504067f14451 (diff)
downloaddeployment-3958a9931eb2f182a05e1978e92dc4f62135e737.tar.gz
deployment-3958a9931eb2f182a05e1978e92dc4f62135e737.tar.bz2
deployment-3958a9931eb2f182a05e1978e92dc4f62135e737.zip
configuration of local deployment
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/"
)
)