From ee20301c571ee0cfad1a423154d5ad7ee4dc462d Mon Sep 17 00:00:00 2001 From: Exil Productions Date: Fri, 12 Sep 2025 16:50:47 +0200 Subject: [PATCH] i did a upsie --- PurrLobby/appsettings.Production.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }