From 0efa13dc943c72425341460c0aca20e2a3ef8c0d Mon Sep 17 00:00:00 2001 From: cybaxx Date: Thu, 17 Apr 2025 17:07:17 -0600 Subject: [PATCH] Update php.env.example provide upstream update to ensure the correct url is passed --- php.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.env.example b/php.env.example index 2a39505..31755b8 100644 --- a/php.env.example +++ b/php.env.example @@ -15,6 +15,6 @@ SITE_LANGUAGE=english #SITE_URL=https://wetfishonline.com/forum # dev env -SITE_URL=http://wetfishonline.com.local:2404/forum +SITE_URL=http://staging-forums.wetfish.net:2404/forum OUTGOING_EMAIL=noreply@wetfishonline.com