etc_default: change bankd, client ip to 127.0.0.1

Related: OS#5187
Change-Id: I8dffe950b0f041a231708521d11b027bfbd304e3
This commit is contained in:
Oliver Smith 2021-06-22 17:05:56 +02:00
parent a06d77f073
commit debcd86e40
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Default settings for osmo-remsim-bankd This file is sourced by systemd
# Options to pass to osmo-remsim-bankd
BANKD_OPTS="-i 10.9.99.1 -n 5"
BANKD_OPTS="-i 127.0.0.1 -n 5"

View File

@ -1,4 +1,4 @@
# Default settings for osmo-remsim-client This file is sourced by systemd
# Options to pass to osmo-remsim-client
GLOBAL_CLIENT_OPTS="-i 10.9.99.10 -V 1d50 -P 4004 -C 1"
GLOBAL_CLIENT_OPTS="-i 127.0.0.1 -V 1d50 -P 4004 -C 1"