mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-04-24 06:05:19 +00:00
11 lines
431 B
Plaintext
11 lines
431 B
Plaintext
# Base URL for the Reflector backend API.
|
|
# In dev, Vite proxies /v1 to this origin so keep it pointing at the local server.
|
|
VITE_API_PROXY_TARGET=http://localhost:1250
|
|
|
|
# OIDC (Authentik) — used when the backend runs in JWT / SSO mode.
|
|
# Leave blank in password-auth mode.
|
|
VITE_OIDC_AUTHORITY=
|
|
VITE_OIDC_CLIENT_ID=
|
|
# Scopes requested at login. Defaults to "openid profile email" when blank.
|
|
VITE_OIDC_SCOPE=openid profile email
|