This commit is contained in:
Stef Heyenrath
2020-03-25 16:00:15 +00:00
committed by GitHub
parent 8a295e806c
commit 5809fae602
4 changed files with 186 additions and 183 deletions

View File

@@ -214,7 +214,8 @@ namespace WireMock.Server
{
urlOptions = new HostUrlOptions
{
UseSSL = settings.UseSSL == true
UseSSL = settings.UseSSL == true,
Port = settings.Port
};
}