From 226110fb95bb455ba1faebdc7f7eaf726c84beaa Mon Sep 17 00:00:00 2001 From: jheaps Date: Wed, 8 Oct 2025 17:17:13 -0600 Subject: [PATCH] fix website name in emails --- Media.JoshHeaps.Net/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Media.JoshHeaps.Net/appsettings.json b/Media.JoshHeaps.Net/appsettings.json index 4320cf6..0f9992c 100644 --- a/Media.JoshHeaps.Net/appsettings.json +++ b/Media.JoshHeaps.Net/appsettings.json @@ -6,7 +6,7 @@ } }, "AllowedHosts": "*", - "AppUrl": "https://localhost:5001", + "AppUrl": "https://media.joshheaps.net", "Email": { "SmtpHost": "smtp.gmail.com", "SmtpPort": "587",