16 lines
607 B
Plaintext
16 lines
607 B
Plaintext
# API origin only. Do not append /api or /api/v1; API helpers add /api/v1.
|
|
# Leave empty for same-origin requests (recommended for Vite development and the bundled WebUI).
|
|
VITE_API_BASE_URL=
|
|
|
|
# Web UI
|
|
WEBUI_PUBLISHED_PORT=5173
|
|
# For local Vite development outside Docker:
|
|
# VITE_API_PROXY_TARGET=http://127.0.0.1:8000
|
|
|
|
CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173,http://localhost:8080
|
|
MULTIMAILER_HOST=multimailer.localhost
|
|
TRAEFIK_API_ROUTER_NAME=multimailer-api
|
|
TRAEFIK_API_SERVICE_NAME=multimailer-api
|
|
TRAEFIK_WEBUI_ROUTER_NAME=multimailer-webui
|
|
TRAEFIK_WEBUI_SERVICE_NAME=multimailer-webui
|