Replaced STALWART_HTTPS_PORT with STALWART_PUBLIC_URL
This commit is contained in:
@@ -317,7 +317,7 @@ impl TestServerBuilder {
|
||||
self.bootstrap.registry = self
|
||||
.bootstrap
|
||||
.registry
|
||||
.clone_with_port(self.http_listener_port);
|
||||
.clone_with_public_url(format!("https://127.0.0.1:{}", self.http_listener_port));
|
||||
|
||||
if init_store {
|
||||
// Add safe defaults if missing
|
||||
|
||||
Reference in New Issue
Block a user