ansible-taler-exchange

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

commit a88ae469ddc6604c741a36c4093dc70682b673f6
parent 584ad230296eea9c95ac07c4535cd9cf09445140
Author: Devan Carpenter <devan@taler.net>
Date:   Thu, 19 Dec 2024 15:40:26 +0000

add exchange options to the auditor master config

Diffstat:
Mroles/auditor/templates/etc/taler-auditor/conf.d/taler-auditor-master.conf.j2 | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/roles/auditor/templates/etc/taler-auditor/conf.d/taler-auditor-master.conf.j2 b/roles/auditor/templates/etc/taler-auditor/conf.d/taler-auditor-master.conf.j2 @@ -4,6 +4,8 @@ BASE_URL = {{ AUDITOR_BASE_URL }} SERVE = unix [exchange] +MASTER_PUBLIC_KEY = {{ EXCHANGE_MASTER_PUB }} +BASE_URL = {{ EXCHANGE_BASE_URL }} CURRENCY = {{ CURRENCY }} CURRENCY_ROUND_UNIT = {{ CURRENCY_ROUND_UNIT }} DB = postgres