gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: actually passing the API token


From: gnunet
Subject: [taler-deployment] branch master updated: actually passing the API token
Date: Wed, 28 Apr 2021 11:28:17 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 8445a97  actually passing the API token
8445a97 is described below

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

    actually passing the API token
---
 bin/taler-deployment-prepare | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 59c0689..d87bc61 100755
--- 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"
 }
 
 ##

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]