Revert "Add optional explicit ip config for smoke tests"

This reverts commit afcd2fc131.
This commit is contained in:
dotasek
2023-02-14 14:52:26 -05:00
parent afcd2fc131
commit 20ed5d90ab

View File

@@ -3,10 +3,5 @@
"host": "localhost:8080", "host": "localhost:8080",
"username": "username", "username": "username",
"password": "password" "password": "password"
},
"explicit-ip": {
"host": "0.0.0.0:8080",
"username": "username",
"password": "password"
} }
} }