1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-18 20:39:36 +02:00

fix: clarify instruction in PUBLIC_SERVER_URL comment in .env.example

This commit is contained in:
Sean Morley 2025-06-08 21:05:31 -04:00
parent 55f501d939
commit f36de76501

View file

@ -1,5 +1,5 @@
# 🌐 Frontend # 🌐 Frontend
PUBLIC_SERVER_URL=http://server:8000 # Should be the service name of the backend with port 8000, even if you change the port in the backend service 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://localhost:8015
BODY_SIZE_LIMIT=Infinity BODY_SIZE_LIMIT=Infinity
FRONTEND_PORT=8015 FRONTEND_PORT=8015