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:
parent
6691949f7a
commit
c06eabf34f
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# 🌐 Frontend
|
# 🌐 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
|
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
|
# 🐘 PostgreSQL Database
|
||||||
POSTGRES_DB=database
|
POSTGRES_DB=database
|
||||||
|
@ -13,8 +13,8 @@ SECRET_KEY=changeme123
|
||||||
DJANGO_ADMIN_USERNAME=admin
|
DJANGO_ADMIN_USERNAME=admin
|
||||||
DJANGO_ADMIN_PASSWORD=admin
|
DJANGO_ADMIN_PASSWORD=admin
|
||||||
DJANGO_ADMIN_EMAIL=admin@example.com
|
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_URL=http://localhost:8016 # 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_PORT=8016 # port exposed to the internal network (outside docker)
|
||||||
|
|
||||||
# Optional: use Google Maps integration
|
# Optional: use Google Maps integration
|
||||||
# https://adventurelog.app/docs/configuration/google_maps_integration.html
|
# https://adventurelog.app/docs/configuration/google_maps_integration.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue