From 7ae373654bc11ad5b43b0ae2ae03a2f78365d111 Mon Sep 17 00:00:00 2001 From: Neo Lejondahl <64473191+NeoIsRecursive@users.noreply.github.com> Date: Tue, 8 Jul 2025 10:37:09 +0200 Subject: [PATCH] Fix port to match serve commands default --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 65751b6..3b52d67 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 # Overwrite default log paths (null = default) DEBUG_LOG_PATH=null