taler-deployment

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

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

prefer (only) one place to keep the auth token

Diffstat:
Mbin/taler-deployment | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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) ) )