ansible-taler-exchange

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

commit 547717232e06468b256090e53899bc0b04c99d77
parent 6cb70bbc0f52cfa2337526e19a7b840f4a0426e4
Author: Florian Dold <florian@dold.me>
Date:   Wed,  9 Jul 2025 01:28:21 +0200

fix gls base URL

Diffstat:
Minventories/host_vars/adacor-test-01/config.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inventories/host_vars/adacor-test-01/config.yml b/inventories/host_vars/adacor-test-01/config.yml @@ -34,7 +34,7 @@ CURRENCY: EUR # Smallest unit of the currency for wire transfers. CURRENCY_ROUND_UNIT: "EUR:0.01" # Base URL of the exchange REST API -EXCHANGE_BASE_URL: "https://exchange.{{ domain_name }}/" +EXCHANGE_BASE_URL: "https://test.exchange.{{ domain_name }}/" # Exchange offline master public key. EXCHANGE_MASTER_PUB: ABSERA9GY2RV0G12RZYTZ11WMG81ZRT8S9DTQJ8JNXXE5RXAKBF0 # URL with merchants accepting this exchange.