All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.keycloak.conf Maven / Gradle / Ivy

# Default and non-production grade database vendor
db=dev-file

# Insecure requests are disabled by default
http-enabled=false

# Metrics and healthcheck are disabled by default
health-enabled=false
metrics-enabled=false

# 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

#logging defaults
log-console-output=default
log-file=${kc.home.dir:default}${file.separator}data${file.separator}log${file.separator}keycloak.log

# Storage defaults
spi-map-storage-concurrenthashmap-dir=${kc.home.dir:default}${file.separator}data${file.separator}chm
spi-map-storage-concurrenthashmap-key-type-single-use-objects=string
spi-map-storage-concurrenthashmap-key-type-realms=string
spi-map-storage-concurrenthashmap-key-type-authz-resource-servers=string




© 2015 - 2025 Weber Informatics LLC | Privacy Policy