ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | Submodules | README | LICENSE

commit aaa99a9180a5729b4dc4c47b7f0d8e730f0a5c04
parent 62a4a594a1a8e4bb89d1b7396d2bcde32cad07ce
Author: Florian Dold <florian@dold.me>
Date:   Sat, 10 May 2025 10:41:39 +0200

offline config file is for stage

Diffstat:
Astage-offline.conf | 10++++++++++
Dtest-offline.conf | 10----------
2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/stage-offline.conf b/stage-offline.conf @@ -0,0 +1,10 @@ +# Configuration file for taler-exchange-offline for +# the stage deployment on taler-ops.ch. + +[exchange] +CURRENCY = CHF +BASE_URL = https://exchange.stage.taler-ops.ch/ + +[exchange-offline] +MASTER_PRIV_FILE = test-master.priv +SECM_TOFU_FILE = /tmp/tops-stage-tofu.pub diff --git a/test-offline.conf b/test-offline.conf @@ -1,10 +0,0 @@ -# Configuration file for taler-exchange-offline for -# the test deployment on taler-ops.ch. - -[exchange] -CURRENCY = CHF -BASE_URL = https://exchange.taler-ops.ch/ - -[exchange-offline] -MASTER_PRIV_FILE = test-master.priv -SECM_TOFU_FILE = /tmp/tops-test-tofu.pub