taler-deployment

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

commit 5c6c387b2d3c39896781603373f9aecf6a427465
parent 8e3c01af035a8fe1be8035969551fb4a2bc1d475
Author: MS <ms@taler.net>
Date:   Wed, 15 Jul 2020 18:34:41 +0200

Activate script (backend base URL in env).

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

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -48,6 +48,7 @@ export TALER_ENV_URL_MERCHANT_SURVEY="https://survey.{envname}.taler.net/" export TALER_ENV_URL_AUDITOR="https://auditor.{envname}.taler.net/" export TALER_ENV_URL_BACKOFFICE="https://backoffice.{envname}.taler.net/" export TALER_ENV_URL_SYNC="https://sync.{envname}.taler.net/" +export TALER_ENV_MERCHANT_BACKEND="http://backend.{envname}.taler.net/" export TALER_COVERAGE={coverage} """