Actualiser docker-compose/adventurelog/.env
This commit is contained in:
parent
dac817318e
commit
c762f7451a
@ -1,6 +1,6 @@
|
|||||||
# 🌐 Frontend
|
# 🌐 Frontend
|
||||||
PUBLIC_SERVER_URL=http://server:8000 # PLEASE DON'T CHANGE :) - Should be the service name of the backend with port 8000, even if you change the port in the backend service. Only change if you are using a custom more complex setup.
|
PUBLIC_SERVER_URL=http://server:8000 # PLEASE DON'T CHANGE :) - Should be the service name of the backend with port 8000, even if you change the port in the backend service. Only change if you are using a custom more complex setup.
|
||||||
ORIGIN=http://localhost:8015
|
ORIGIN=http://192.168.1.200:8015
|
||||||
BODY_SIZE_LIMIT=Infinity
|
BODY_SIZE_LIMIT=Infinity
|
||||||
FRONTEND_PORT=8015
|
FRONTEND_PORT=8015
|
||||||
|
|
||||||
@ -11,14 +11,14 @@ POSTGRES_USER=adventure
|
|||||||
POSTGRES_PASSWORD=A8v5yZAnpQ^R&719X@
|
POSTGRES_PASSWORD=A8v5yZAnpQ^R&719X@
|
||||||
|
|
||||||
# 🔒 Django Backend
|
# 🔒 Django Backend
|
||||||
SECRET_KEY=P$vUWQB8^UTH4x3er%
|
SECRET_KEY=c0fc1484444a33b79c376bfc624c1118da14e846cdc5286c6b1390010d6fe5ae1e16377b0466ed3abc19b58e2e7d0e1e2d51456316b6a7ab06abbfe8b36f45eb
|
||||||
DJANGO_ADMIN_USERNAME=admin
|
DJANGO_ADMIN_USERNAME=admin
|
||||||
DJANGO_ADMIN_PASSWORD=admin
|
DJANGO_ADMIN_PASSWORD=ce0AcMMQqyGPYU7md!
|
||||||
DJANGO_ADMIN_EMAIL=admin@example.com
|
DJANGO_ADMIN_EMAIL=admin@example.com
|
||||||
PUBLIC_URL=http://localhost:8017 # Match the outward port, used for the creation of image urls
|
PUBLIC_URL=http://192.168.1.200:8017 # Match the outward port, used for the creation of image urls
|
||||||
CSRF_TRUSTED_ORIGINS=http://localhost:8017,http://localhost:8015
|
CSRF_TRUSTED_ORIGINS=http://192.168.1.200:8017,http://192.168.1.200:8015
|
||||||
DEBUG=False
|
DEBUG=False
|
||||||
FRONTEND_URL=http://localhost:8015 # Used for email generation. This should be the url of the frontend
|
FRONTEND_URL=http://192.168.1.200:8015 # Used for email generation. This should be the url of the frontend
|
||||||
BACKEND_PORT=8017
|
BACKEND_PORT=8017
|
||||||
|
|
||||||
# Optional: use Google Maps integration
|
# Optional: use Google Maps integration
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user