ansible-taler-exchange

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

commit 6f02617337012b0fd75ef3d271660bbee126a56f
parent 2a2024e28229fd06c9321fa4d51d3d6700cbccb3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 20 Apr 2025 11:05:09 +0200

fix rusty domain name

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

diff --git a/inventories/host_vars/rusty/test-public.yml b/inventories/host_vars/rusty/test-public.yml @@ -2,7 +2,7 @@ # Deploy challenger? DEPLOY_CHALLENGER: true # Main domain name. -DOMAIN_NAME: "taler-ops.ch" +DOMAIN_NAME: "rusty.taler-ops.ch" # Use nightly Taler distro (true/false). USE_NIGHTLY: true # Deploy EBICS configuration (true/false).