Files
vollversammlung/frontend/.env.example
T

29 lines
902 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# =============================================
# React Frontend Environment Konfiguration
# Kopiere diese Datei nach .env.local und passe die Werte an.
# =============================================
# -------------------
# API Backend URL
# -------------------
VITE_API_URL="http://localhost:8080/api"
# -------------------
# Mercure (SSE/Logging)
# -------------------
VITE_MERCURE_URL="http://localhost:3000/.well-known/mercure"
# -------------------
# OAuth Endpunkte (Vonova Provider)
# -------------------
VITE_OAUTH_AUTHORIZATION_ENDPOINT="https://oauth.vonova.de/oauth/authorize"
VITE_OAUTH_TOKEN_ENDPOINT="https://oauth.vonova.de/oauth/token"
VITE_OAUTH_CLIENT_ID=__CHANGE_ME_OAUTH_CLIENT_ID__
VITE_OAUTH_REDIRECT_URI="http://localhost:5173/oauth/callback"
# -------------------
# Manifest / App Metadata
# -------------------
VITE_APP_NAME="Vollversammlung"
VITE_APP_VERSION="0.1.0"