taler-deployment

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

commit 586ca4ab7d70b1c7d482efd3aa5af2c4c79fe1f4
parent 6ae46dfdc042378ce083a8f324e214e3acfcb251
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 12 Jan 2017 16:03:10 +0100

add TALER_ACTIVATED variable

Diffstat:
Mbootstrap-standalone | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bootstrap-standalone b/bootstrap-standalone @@ -63,4 +63,5 @@ export TALER_CONFIG_CURRENCY=$CURRENCY export TALER_CONFIG_ENV=$ENVNAME export TALER_CONFIG_STANDALONE=1 export TALER_CONFIG_DB="postgresql:///taler?host=$HOME/sockets" +export TALER_ACTIVATED=1 EOL