# Your Keycloak config. Please also read the README because this requires you to add a custom 'website' scope. KC_URL = https://keycloak.example.com KC_REALM = indieauth KC_ADMIN_CLIENT_ID = kcia-admin KC_ADMIN_CLIENT_SECRET = YOUR_KEYCLOAK_ADMIN_SECRET # Some KcIA config things. # I do recommend putting this on a reverse proxy as that is the only tested thing. KCIA_PORT = 5242 KCIA_HOST = indieauth.example.com