linuxmuster-voucher/.env-dist
2025-05-06 23:26:57 +02:00

12 lines
No EOL
442 B
Text

UNIFI_HOST = 'dein.unifi.controller'
UNIFI_USERNAME = 'admin'
UNIFI_PASSWORD = 'yourPassword'
UNIFI_PORT = 443
UNIFI_SSL_VERIFY = True
UNIFI_SITE_ID = 'yourSiteID'
WLAN_SSID = 'your WLAN-SSID'
WLAN_PASSWORD = 'your WLAN Passwort'
OIDC_CLIENT_ID = "linuxmuster-voucher"
OIDC_CLIENT_SECRET = "<CLIENT_SECRET>"
OIDC_ISSUER = "https://keycloak.deine-domain.de/realms/deinrealm"
OIDC_REDIRECT_URI = "https://voucher.deine-domain.tld/auth/callback"