# Database configuration db=postgres db-url-host=keycloak-db db-url-port=5432 db-url-database=keycloak db-username=keycloak db-password=${KC_DB_PASSWORD} # Admin credentials admin-username=${KEYCLOAK_ADMIN} admin-password=${KEYCLOAK_ADMIN_PASSWORD} # HTTP configuration http-enabled=true http-port=8080 http-relative-path=/ # Hostname configuration hostname=https://yalarba.ru hostname-strict=false hostname-strict-https=false hostname-strict-backchannel=false hostname-path=/ # Proxy configuration proxy=x_forwarded proxy-address-forwarding=true # CORS settings http-cors=true http-cors-max-age=3600 http-cors-methods=GET,POST,PUT,DELETE,OPTIONS,PATCH http-cors-headers=* # Health checks health-enabled=true # Features features=token-exchange,admin-fine-grained-authz # Logging (для отладки) log-level=INFO