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 = "" OIDC_ISSUER = "https://keycloak.deine-domain.de/realms/deinrealm" OIDC_REDIRECT_URI = "https://voucher.deine-domain.tld/auth/callback"