diff --git a/PurrLobby/appsettings.Production.json b/PurrLobby/appsettings.Production.json index ee659bf..ef912cb 100644 --- a/PurrLobby/appsettings.Production.json +++ b/PurrLobby/appsettings.Production.json @@ -4,11 +4,11 @@ "Https": { "Url": "https://0.0.0.0:443", "Certificate": { - "Path": "C:\\certs\\purrlobby.pem", - "KeyPath": "C:\\certs\\purrlobby.key" + "Path": "pemfile", + "KeyPath": "keyfile" } } } }, - "AllowedHosts": "purrlobby.exil.dev" + "AllowedHosts": "your.domain.com" }