properties profiles
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user