commit
f990d68cee
3 changed files with 21 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
<outputDirectory>keycloak</outputDirectory>
|
<outputDirectory>keycloak</outputDirectory>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>**/*.sh</exclude>
|
<exclude>**/*.sh</exclude>
|
||||||
|
<exclude>**/standalone.xml</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
{
|
{
|
||||||
|
"providers": [
|
||||||
|
"classpath:${jboss.server.config.dir}/providers/*"
|
||||||
|
],
|
||||||
|
|
||||||
"admin": {
|
"admin": {
|
||||||
"realm": "master"
|
"realm": "master"
|
||||||
},
|
},
|
||||||
|
@ -63,6 +67,12 @@
|
||||||
"interval": 900
|
"interval": 900
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"connectionsHttpClient": {
|
||||||
|
"default": {
|
||||||
|
"disable-trust-manager": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"connectionsJpa": {
|
"connectionsJpa": {
|
||||||
"default": {
|
"default": {
|
||||||
"dataSource": "java:jboss/datasources/KeycloakDS",
|
"dataSource": "java:jboss/datasources/KeycloakDS",
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
{
|
{
|
||||||
|
"providers": [
|
||||||
|
"classpath:${jboss.server.config.dir}/providers/*"
|
||||||
|
],
|
||||||
|
|
||||||
"admin": {
|
"admin": {
|
||||||
"realm": "master"
|
"realm": "master"
|
||||||
},
|
},
|
||||||
|
@ -63,6 +67,12 @@
|
||||||
"interval": 900
|
"interval": 900
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"connectionsHttpClient": {
|
||||||
|
"default": {
|
||||||
|
"disable-trust-manager": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"connectionsJpa": {
|
"connectionsJpa": {
|
||||||
"default": {
|
"default": {
|
||||||
"dataSource": "java:jboss/datasources/KeycloakDS",
|
"dataSource": "java:jboss/datasources/KeycloakDS",
|
||||||
|
|
Loading…
Reference in a new issue