2014-07-08 10:19:30 +00:00
|
|
|
{
|
2018-07-30 20:38:43 +00:00
|
|
|
|
|
|
|
"hostname": {
|
|
|
|
"provider": "request",
|
|
|
|
|
|
|
|
"fixed": {
|
|
|
|
"hostname": "localhost",
|
|
|
|
"httpPort": "-1",
|
|
|
|
"httpsPort": "-1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2014-07-08 10:19:30 +00:00
|
|
|
"admin": {
|
|
|
|
"realm": "master"
|
|
|
|
},
|
|
|
|
|
2014-08-27 10:41:40 +00:00
|
|
|
"eventsStore": {
|
2015-04-24 16:41:00 +00:00
|
|
|
"provider": "${keycloak.eventsStore.provider:jpa}"
|
2014-07-08 10:19:30 +00:00
|
|
|
},
|
|
|
|
|
2015-04-15 09:02:09 +00:00
|
|
|
"eventsListener": {
|
|
|
|
"jboss-logging" : {
|
|
|
|
"success-level": "debug",
|
|
|
|
"error-level": "warn"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2014-07-15 19:44:50 +00:00
|
|
|
"realm": {
|
2015-03-16 18:46:36 +00:00
|
|
|
"provider": "${keycloak.realm.provider:jpa}"
|
2014-07-08 10:19:30 +00:00
|
|
|
},
|
|
|
|
|
2014-07-15 16:11:12 +00:00
|
|
|
"user": {
|
2015-03-05 20:50:16 +00:00
|
|
|
"provider": "${keycloak.user.provider:jpa}"
|
2014-07-15 16:11:12 +00:00
|
|
|
},
|
|
|
|
|
2016-09-30 20:48:59 +00:00
|
|
|
"userFederatedStorage": {
|
|
|
|
"provider": "${keycloak.userFederatedStorage.provider:jpa}"
|
|
|
|
},
|
|
|
|
|
2015-10-05 14:52:45 +00:00
|
|
|
"userSessionPersister": {
|
|
|
|
"provider": "${keycloak.userSessionPersister.provider:jpa}"
|
|
|
|
},
|
|
|
|
|
2016-06-17 05:07:34 +00:00
|
|
|
"authorizationPersister": {
|
|
|
|
"provider": "${keycloak.authorization.provider:jpa}"
|
|
|
|
},
|
|
|
|
|
2016-01-20 13:08:37 +00:00
|
|
|
"userCache": {
|
2016-02-19 20:44:19 +00:00
|
|
|
"default" : {
|
2016-01-20 13:08:37 +00:00
|
|
|
"enabled": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2014-07-08 10:19:30 +00:00
|
|
|
"timer": {
|
|
|
|
"provider": "basic"
|
|
|
|
},
|
|
|
|
|
|
|
|
"theme": {
|
2015-04-30 11:44:46 +00:00
|
|
|
"staticMaxAge": "${keycloak.theme.staticMaxAge:2592000}",
|
2014-07-08 10:19:30 +00:00
|
|
|
"cacheTemplates": "${keycloak.theme.cacheTemplates:true}",
|
2014-07-30 15:03:51 +00:00
|
|
|
"cacheThemes": "${keycloak.theme.cacheThemes:true}",
|
2014-07-08 10:19:30 +00:00
|
|
|
"folder": {
|
|
|
|
"dir": "${keycloak.theme.dir}"
|
2015-05-13 09:25:24 +00:00
|
|
|
}
|
2014-07-08 10:19:30 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"scheduled": {
|
|
|
|
"interval": 900
|
2014-07-11 12:21:40 +00:00
|
|
|
},
|
|
|
|
|
2015-04-30 00:46:14 +00:00
|
|
|
"connectionsHttpClient": {
|
2016-01-05 14:14:31 +00:00
|
|
|
"default": {}
|
2015-04-30 00:46:14 +00:00
|
|
|
},
|
|
|
|
|
2014-07-18 10:21:52 +00:00
|
|
|
"connectionsJpa": {
|
|
|
|
"default": {
|
2016-12-19 13:22:37 +00:00
|
|
|
"url": "${keycloak.connectionsJpa.url:jdbc:h2:mem:test;DB_CLOSE_DELAY=-1}",
|
2014-07-18 10:21:52 +00:00
|
|
|
"driver": "${keycloak.connectionsJpa.driver:org.h2.Driver}",
|
2014-07-18 10:32:09 +00:00
|
|
|
"driverDialect": "${keycloak.connectionsJpa.driverDialect:}",
|
2014-07-18 10:21:52 +00:00
|
|
|
"user": "${keycloak.connectionsJpa.user:sa}",
|
|
|
|
"password": "${keycloak.connectionsJpa.password:}",
|
2016-08-22 08:21:58 +00:00
|
|
|
"initializeEmpty": true,
|
|
|
|
"migrationStrategy": "update",
|
2014-07-21 14:26:42 +00:00
|
|
|
"showSql": "${keycloak.connectionsJpa.showSql:false}",
|
2016-03-23 17:01:35 +00:00
|
|
|
"formatSql": "${keycloak.connectionsJpa.formatSql:true}",
|
|
|
|
"globalStatsInterval": "${keycloak.connectionsJpa.globalStatsInterval:-1}"
|
2014-07-18 10:21:52 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2016-02-10 03:13:55 +00:00
|
|
|
"realmCache": {
|
2016-02-19 20:44:19 +00:00
|
|
|
"default" : {
|
2016-02-10 03:13:55 +00:00
|
|
|
"enabled": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2015-10-05 14:52:45 +00:00
|
|
|
"connectionsInfinispan": {
|
2016-02-19 20:44:19 +00:00
|
|
|
"default": {
|
2017-05-29 19:25:44 +00:00
|
|
|
"jgroupsUdpMcastAddr": "${keycloak.connectionsInfinispan.jgroupsUdpMcastAddr:234.56.78.90}",
|
|
|
|
"nodeName": "${keycloak.connectionsInfinispan.nodeName,jboss.node.name:}",
|
|
|
|
"siteName": "${keycloak.connectionsInfinispan.siteName,jboss.site.name:}",
|
2015-10-05 14:52:45 +00:00
|
|
|
"clustered": "${keycloak.connectionsInfinispan.clustered:false}",
|
2016-02-27 22:22:23 +00:00
|
|
|
"async": "${keycloak.connectionsInfinispan.async:false}",
|
2017-01-10 17:18:36 +00:00
|
|
|
"sessionsOwners": "${keycloak.connectionsInfinispan.sessionsOwners:1}",
|
|
|
|
"l1Lifespan": "${keycloak.connectionsInfinispan.l1Lifespan:600000}",
|
2016-11-04 08:40:39 +00:00
|
|
|
"remoteStoreEnabled": "${keycloak.connectionsInfinispan.remoteStoreEnabled:false}",
|
2017-09-12 10:18:24 +00:00
|
|
|
"remoteStoreHost": "${keycloak.connectionsInfinispan.remoteStoreServer:localhost}",
|
2018-09-24 08:49:47 +00:00
|
|
|
"remoteStorePort": "${keycloak.connectionsInfinispan.remoteStorePort:11222}",
|
|
|
|
"hotrodProtocolVersion": "${keycloak.connectionsInfinispan.hotrodProtocolVersion}"
|
2015-10-05 14:52:45 +00:00
|
|
|
}
|
2016-02-09 13:02:53 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"scripting": {
|
2016-08-08 16:32:36 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"jta-lookup": {
|
|
|
|
"provider": "${keycloak.jta.lookup.provider:jboss}",
|
|
|
|
"jboss" : {
|
|
|
|
"enabled": true
|
|
|
|
}
|
|
|
|
|
2014-07-08 10:19:30 +00:00
|
|
|
}
|
2018-07-30 20:38:43 +00:00
|
|
|
}
|