taler-deployment

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

commit 383e4f854f2cd392a51fde79913f7e22d1c8fc11
parent fa0a794291a8280769b6b1f66822fa3bbd2b274a
Author: MS <ms@taler.net>
Date:   Thu, 25 Aug 2022 10:29:48 +0200

demo sites need PYTHONUSERBASE in env

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

diff --git a/bin/taler-gv b/bin/taler-gv @@ -1187,6 +1187,7 @@ def prepare(postgres_db_name): )) # euFin env files. with open(TALER_UNIT_FILES_DIR / "taler-local-sandbox.env", "w") as sandbox_env: + sandbox_env.write(f"PYTHONUSERBASE={TALER_PREFIX}\n") sandbox_env.write(f"LIBEUFIN_SANDBOX_DB_CONNECTION=jdbc:sqlite:{SANDBOX_DB_FILE}\n") sandbox_env.write(f"LIBEUFIN_SANDBOX_ADMIN_PASSWORD={SANDBOX_ADMIN_PASSWORD}\n") # The following populates the bank UI navigation bar.