fix: clarify instruction in PUBLIC_SERVER_URL comment in .env.example
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user