Add optional explicit ip config for smoke tests
This commit is contained in:
@@ -3,5 +3,10 @@
|
|||||||
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user