From d89d67b7b76d8043df437ddbebe3d171c86d9b97 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Sun, 10 Dec 2023 20:05:00 -0500 Subject: [PATCH] Add env for public URI, default back to empty string --- app/.env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/app/.env.example b/app/.env.example index c0b266efc..eb49a13f5 100644 --- a/app/.env.example +++ b/app/.env.example @@ -17,3 +17,4 @@ SMTP_AUTH="true" SMTP_SECURE="tls" MAIL_FROM_ADDRESS="noreply@example.com" MAIL_FROM_NAME="Site Administrator" +URI_PUBLIC="" # Set to the base URI of your site, e.g. http://www.example.com in production. If left blank, it will be automatically determined.