mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-05-06 11:15:18 +00:00
feat: new ui with greyhaven design system
This commit is contained in:
10
ui/.env.example
Normal file
10
ui/.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user