taler-deployment

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

commit d8db6e12dab7773544e6f0d57a720a7cf37055da
parent e1862c007cafea5aeed4a3326c762dc27dc85222
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon,  7 Nov 2016 17:19:29 +0100

auditor db passed in env variable

Diffstat:
Mtaler-build/update_exchange.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh @@ -18,4 +18,4 @@ git reset --hard FETCH_HEAD --enable-logging=verbose make make install -TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB make check +TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB make check