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