ansible-taler-exchange

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

commit ad183eb7f7ba54c89c962f75c8e18a77271dabcf
parent 789ae70e144cd14391080e065eca06179428c3af
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  1 May 2025 21:46:07 +0200

use required PINGEN_ prefix

Diffstat:
Mroles/challenger/templates/etc/challenger/postal-challenger.env.j2 | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/roles/challenger/templates/etc/challenger/postal-challenger.env.j2 b/roles/challenger/templates/etc/challenger/postal-challenger.env.j2 @@ -1,6 +1,6 @@ # systemd environment file for challenger-httpd # Provides secrets needed. # Set to pingen.ch auth token! -CLIENT_ID={{ POSTAL_CHALLENGER_PINGEN_CLIENT_ID }} -CLIENT_SECRET={{ POSTAL_CHALLENGER_PINGEN_CLIENT_SECRET }} -ORG_ID={{ POSTAL_CHALLENGER_PINGEN_ORG_ID }} +PINGEN_CLIENT_ID={{ POSTAL_CHALLENGER_PINGEN_CLIENT_ID }} +PINGEN_CLIENT_SECRET={{ POSTAL_CHALLENGER_PINGEN_CLIENT_SECRET }} +PINGEN_ORG_ID={{ POSTAL_CHALLENGER_PINGEN_ORG_ID }}