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:
parent
55f501d939
commit
f36de76501
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue