commit a9d6ff1768fc9bf13f52098da1af4507aca5861d parent fcd1e16ab0cbd4892156e045188cc6be1bf740d7 Author: ms <ms@taler.net> Date: Thu, 16 Sep 2021 20:09:30 +0200 use fresh ports Diffstat:
| M | taler-arm/libeufin-nexus.conf | | | 2 | +- |
| M | taler-arm/libeufin-sandbox.conf | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/taler-arm/libeufin-nexus.conf b/taler-arm/libeufin-nexus.conf @@ -1,4 +1,4 @@ [libeufin-nexus] TYPE = simple BINARY = taler-log-adapter -OPTIONS = $HOME/logs/nexus-%Y-%m-%d.log libeufin-nexus serve +OPTIONS = $HOME/logs/nexus-%Y-%m-%d.log libeufin-nexus serve --port=5222 diff --git a/taler-arm/libeufin-sandbox.conf b/taler-arm/libeufin-sandbox.conf @@ -1,4 +1,4 @@ [libeufin-sandbox] TYPE = simple BINARY = taler-log-adapter -OPTIONS = $HOME/logs/sandbox-%Y-%m-%d.log libeufin-sandbox serve +OPTIONS = $HOME/logs/sandbox-%Y-%m-%d.log libeufin-sandbox serve --port=5111