gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: prefer (only) one place to kee


From: gnunet
Subject: [taler-deployment] branch master updated: prefer (only) one place to keep the auth token
Date: Mon, 17 May 2021 19:35:37 +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 8e86818  prefer (only) one place to keep the auth token
8e86818 is described below

commit 8e86818347ccbbe9cd889c7f38571718a5dc8ac6
Author: MS <ms@taler.net>
AuthorDate: Mon May 17 19:35:33 2021 +0200

    prefer (only) one place to keep the auth token
---
 bin/taler-deployment | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 398a2b8..7d93352 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -52,7 +52,7 @@ export TALER_ENV_URL_BACKOFFICE="{backoffice}"
 export TALER_ENV_URL_SYNC="{sync}"
 export TALER_ENV_MERCHANT_BACKEND="{merchant_backend}"
 export TALER_COVERAGE={coverage}
-export TALER_ENV_FRONTENDS_APITOKEN="{frontends_apitoken}"
+export TALER_ENV_FRONTENDS_APITOKEN="$(cat ~/merchant_auth_token)"
 """
 
 
@@ -695,7 +695,6 @@ def bootstrap() -> None:
                 currency=currmap[envname],
                 curr_path=":".join(path_list),
                 coverage=1 if envname == "coverage" else 0,
-                frontends_apitoken="{}".format(apitoken),
                 **get_urls(envname)
             )
         )

-- 
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]