commit 3567a01f00d81be337227b0039136d2f72f36c48
parent 5cb7cda975d4455609fd81bad93d748a12aaa4d2
Author: MS <ms@taler.net>
Date: Wed, 12 Oct 2022 13:38:24 +0200
global config example
Diffstat:
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/docker/hybrid/config/deployment.conf b/docker/hybrid/config/deployment.conf
@@ -0,0 +1,18 @@
+# In this setup, there are 3 different network views:
+#
+# 1, host's loopback
+# 2, containers LAN
+# 3, every single container's loopback
+
+[taler-deployment]
+currency = EUR
+
+# The following URL belongs only to 2, resulting
+# in the wallet NOT being able to use it.
+exchange_base_url = http://exchange/
+
+# The following URL belongs to 1 and 3, resulting
+# in any other service _not_ running in the exchange
+# container being unable to reach the exchange (
+# without an artificial bridge).
+# exchange_base_url = http://localhost:5555/