From c06eabf34fd14ce79f7af02ececc6fa75cf2c6b3 Mon Sep 17 00:00:00 2001 From: LukeVader-IV Date: Wed, 9 Jul 2025 21:01:36 +0200 Subject: [PATCH] reset ports to defaults --- example.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example.env b/example.env index 6c0826b..844ad0a 100644 --- a/example.env +++ b/example.env @@ -1,7 +1,7 @@ # 🌐 Frontend -FRONTEND_URL=http://localhost:8014 # URL that is allowed to be used for accessing the frontend +FRONTEND_URL=http://localhost:8015 # URL that is allowed to be used for accessing the frontend BODY_SIZE_LIMIT=Infinity -FRONTEND_PORT=8014 # port used in the internal network (outside docker) +FRONTEND_PORT=8015 # port used in the internal network (outside docker) # 🐘 PostgreSQL Database POSTGRES_DB=database @@ -13,8 +13,8 @@ SECRET_KEY=changeme123 DJANGO_ADMIN_USERNAME=admin DJANGO_ADMIN_PASSWORD=admin DJANGO_ADMIN_EMAIL=admin@example.com -BACKEND_URL=http://localhost:8017 # URL that is allowed to be used for accessing the backend, used for the creation of image urls -BACKEND_PORT=8017 # port exposed to the internal network (outside docker) +BACKEND_URL=http://localhost:8016 # URL that is allowed to be used for accessing the backend, used for the creation of image urls +BACKEND_PORT=8016 # port exposed to the internal network (outside docker) # Optional: use Google Maps integration # https://adventurelog.app/docs/configuration/google_maps_integration.html