From ec467fcba4ee7fc321c05dddb6defe6cc1318327 Mon Sep 17 00:00:00 2001 From: Neo Lejondahl <64473191+NeoIsRecursive@users.noreply.github.com> Date: Wed, 8 Oct 2025 15:35:32 +0200 Subject: [PATCH] fix(app): set correct default port on base_uri --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index f574136eb..1becdd9a1 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ ENVIRONMENT=local # The base URI that's used for all generated URIs -BASE_URI=http://localhost +BASE_URI=http://localhost:8000 # Setting to `false` force-disable internal caches. INTERNAL_CACHES=true