feat(config): make BASE_URL a required field and update related documentation
This commit is contained in:
@@ -13,7 +13,7 @@ REQUEST_LOG_INCLUDE_HEALTH=false
|
||||
# Local backend -> local Postgres (adjust host/port if needed)
|
||||
DATABASE_URL=postgresql+psycopg://postgres:postgres@localhost:5432/mission_control_test
|
||||
CORS_ORIGINS=http://localhost:3000
|
||||
BASE_URL=
|
||||
BASE_URL=http://localhost:8000
|
||||
|
||||
# Auth mode: local for test/dev
|
||||
AUTH_MODE=local
|
||||
|
||||
Reference in New Issue
Block a user