1

properties profiles

This commit is contained in:
Christoph
2020-04-15 02:03:45 +02:00
parent 3e8d50ab39
commit 1086e2f066
4 changed files with 2 additions and 14 deletions

View File

@ -12,11 +12,6 @@ spring.datasource.password =
spring.jpa.database-platform = org.hibernate.dialect.H2Dialect
spring.h2.console.enabled = false
# Security
keycloak.auth-server-url = http://localhost:8082/auth
hhu_keycloak.token-uri = http://localhost:8082/auth/realms/Gruppen/protocol/openid-connect/token
# Misc
server.error.include-stacktrace = always
management.endpoints.web.exposure.include = info,health

View File

@ -10,11 +10,6 @@ spring.datasource.url = jdbc:mysql://dbmysql:3306/gruppen
spring.datasource.username = gruppen
spring.datasource.password = password
# Security
keycloak.auth-server-url = http://localhost:8082/auth
hhu_keycloak.token-uri = http://localhost:8082/auth/realms/Gruppen/protocol/openid-connect/token
# Misc
management.endpoints.web.exposure.include = info,health
server.error.include-stacktrace = always

View File

@ -10,10 +10,6 @@ spring.datasource.url = mysql://b4b665d39d0670:cc933ff7@eu
spring.datasource.username = b4b665d39d0670
spring.datasource.password = cc933ff7
# Security
keycloak.auth-server-url = https://gruppenkeycloak.herokuapp.com/auth
hhu_keycloak.token-uri = https://gruppenkeycloak.herokuapp.com/auth/realms/master/protocol/openid-connect/token
# Misc
management.endpoints.web.exposure.include = info,health

View File

@ -11,6 +11,8 @@ spring.profiles.active = dev
#keycloak.use-resource-role-mappings = true
#keycloak.autodetect-bearer-only = true
#keycloak.confidential-port = 443
keycloak.auth-server-url = https://gruppenkeycloak.herokuapp.com/auth
hhu_keycloak.token-uri = https://gruppenkeycloak.herokuapp.com/auth/realms/master/protocol/openid-connect/token
keycloak.principal-attribute = preferred_username
keycloak.realm = master
keycloak.resource = gruppen-app