diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-11-04 14:00:49 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-11-04 14:00:49 +0100 |
commit | e4ba8151d04aeafbb4a1b1bf3307f2bcfda32f68 (patch) | |
tree | 1cacdf16ba584307e267f3611138d9491b68c5fb /src/auditor/test-revocation.sh | |
parent | 680ae81d860eb9bde951a3f95c0da06c111b66f8 (diff) | |
parent | b4d4285aef32bdb2d92654b535fbb2e532e47ae7 (diff) |
Merge branch 'master' of ssh://git.taler.net/exchange
Diffstat (limited to 'src/auditor/test-revocation.sh')
-rwxr-xr-x | src/auditor/test-revocation.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh index 2751b5c2..0ed79f23 100755 --- a/src/auditor/test-revocation.sh +++ b/src/auditor/test-revocation.sh @@ -152,8 +152,7 @@ function launch_libeufin () { > ${MYDIR}/libeufin-nexus-stdout.log & echo $! > ${MYDIR}/libeufin-nexus.pid export LIBEUFIN_SANDBOX_DB_CONNECTION="jdbc:sqlite:${DB}-sandbox.sqlite3" - export LIBEUFIN_SANDBOX_ADMIN_PASSWORD=secret - libeufin-sandbox serve --port 18082 \ + libeufin-sandbox serve --no-auth --port 18082 \ > ${MYDIR}/libeufin-sandbox-stdout.log \ 2> ${MYDIR}/libeufin-sandbox-stderr.log & echo $! > ${MYDIR}/libeufin-sandbox.pid |