1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-04 12:45:17 +02:00

reset ports to defaults

This commit is contained in:
LukeVader-IV 2025-07-09 21:01:36 +02:00
parent 6691949f7a
commit c06eabf34f
No known key found for this signature in database
GPG key ID: 096E7629E34E4E51

View file

@ -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