taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 8445a97d525eebaba3d7008f9bc15624446736b1
parent f3b9f3f2d4addf0fa0f23f1f1b29c57b28a8c074
Author: MS <ms@taler.net>
Date:   Wed, 28 Apr 2021 11:28:11 +0200

actually passing the API token

Diffstat:
Mbin/taler-deployment-prepare | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare @@ -30,7 +30,8 @@ function generate_config() { --exchange-pub "$EXCHANGE_PUB" \ --currency "$TALER_CONFIG_CURRENCY" \ --outdir "$HOME/.config" \ - --envname "$TALER_ENV_NAME" + --envname "$TALER_ENV_NAME" \ + --frontends-apitoken "$TALER_ENV_FRONTENDS_APITOKEN" } ##