7 lines
324 B
Text
7 lines
324 B
Text
# Copy to .env and adjust before `docker compose up -d`.
|
|
# Public hostnames (must have DNS A records pointing at the VPS).
|
|
APP_DOMAIN=test-app.emmanuelariasa.com
|
|
API_DOMAIN=test-app-api.emmanuelariasa.com
|
|
|
|
# CORS origin the backend will accept (usually the frontend URL).
|
|
FRONTEND_ORIGIN=https://test-app.emmanuelariasa.com
|