From ac77de58337d7938d13bfc259ef547bb914b0db0 Mon Sep 17 00:00:00 2001 From: Chris Pelzer Date: Tue, 10 Dec 2024 11:14:15 -0500 Subject: [PATCH] refactor: update references for local in `.env.example` to use the standard localhost now to prevent any confusion with legacy. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 04d2f642..338b6e55 100644 --- a/.env.example +++ b/.env.example @@ -4,7 +4,7 @@ APP_KEY= APP_DEBUG=true APP_TIMEZONE=America/Detroit APP_LOG_LEVEL=debug -APP_URL=http://base.wayne.local +APP_URL=http://base.wayne.localhost APP_LOCALE=en APP_FALLBACK_LOCALE=en