Merge pull request #1380 from stianst/master

Fixes
This commit is contained in:
Stian Thorgersen 2015-06-15 15:04:31 +01:00
commit f990d68cee
3 changed files with 21 additions and 0 deletions

View file

@ -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>

View file

@ -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",

View file

@ -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",