META-INF.keycloak.conf Maven / Gradle / Ivy
# Default and non-production grade database vendor
db=dev-file
# Default, and insecure, and non-production grade configuration for the development profile
%dev.http-enabled=true
%dev.hostname-strict=false
%dev.hostname-strict-https=false
%dev.cache=local
%dev.spi-theme-cache-themes=false
%dev.spi-theme-cache-templates=false
%dev.spi-theme-static-max-age=-1
# The default configuration when running in import or export mode
%import_export.http-enabled=true
%import_export.http-server-enabled=false
%import_export.hostname-strict=false
%import_export.hostname-strict-https=false
%import_export.cache=local
#logging defaults
log-console-output=default
log-file=${kc.home.dir:default}${file.separator}data${file.separator}log${file.separator}keycloak.log
© 2015 - 2025 Weber Informatics LLC | Privacy Policy