Add optional explicit ip config for smoke tests

This commit is contained in:
dotasek
2023-02-14 14:52:26 -05:00
parent 9d126a4f56
commit afcd2fc131

View File

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