taler-deployment

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

commit 4ebfcd11c5a9b7ddabd0edddf245568eb1692bec
parent 72dce613e817389b5a71148c76e84269b266f2f9
Author: MS <ms@taler.net>
Date:   Fri, 11 Sep 2020 17:47:07 +0200

allow local config

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

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare @@ -38,7 +38,7 @@ function generate_config() { ## case $TALER_ENV_NAME in - demo|test|int) + demo|test|int|local) generate_config ;; *)