1
0

Simplify services (watchtower, payserver):

- Do not expose services settings in GUI
 - Use a single netaddress configuration variable.
This commit is contained in:
ThomasV
2020-05-10 14:52:20 +02:00
parent 526c75ad53
commit 11aaa0b66f
6 changed files with 41 additions and 137 deletions

View File

@@ -317,10 +317,9 @@ fi
if [[ $1 == "configure_test_watchtower" ]]; then
# carol is the watchtower of bob
$carol setconfig --offline run_watchtower true
$carol setconfig --offline watchtower_host 127.0.0.1
$carol setconfig --offline watchtower_port 12345
$bob setconfig --offline watchtower_url http://127.0.0.1:12345
$carol setconfig -o run_local_watchtower true
$carol setconfig -o watchtower_address 127.0.0.1:12345
$bob setconfig -o watchtower_url http://127.0.0.1:12345
fi
if [[ $1 == "watchtower" ]]; then