Files
tp/serv_nginx/keycloak/keycloak.conf
T
valitovgaziz 5ffe30be2d modified: serv_nginx/keycloak/Dockerfile
modified:   serv_nginx/keycloak/keycloak.conf
change to alpina commands
2025-10-21 06:43:50 +05:00

36 lines
678 B
Plaintext

# 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=/auth
# Hostname configuration
hostname=https://yalarba.ru
hostname-path=/auth
hostname-strict=true
hostname-strict-https=true
hostname-strict-backchannel=false
# Proxy configuration
proxy=reencrypt
proxy-address-forwarding=true
# Health checks
health-enabled=true
# Features
features=token-exchange,admin-fine-grained-authz
# Logging
log-level=INFO