Floating dismissable alert - initial commit
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
VITE_API_BASE_URL=http://127.0.0.1:8000
|
||||
# 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
|
||||
# API base url without /api/v1 or similar parts
|
||||
VITE_API_BASE_URL=
|
||||
# For local Vite development outside Docker:
|
||||
# VITE_DEV_API_PROXY_TARGET=http://127.0.0.1:8000
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user