1

keycloak heroku

This commit is contained in:
Christoph
2020-04-14 23:34:05 +02:00
parent 63f0a1cf98
commit e464c2d4f8
2 changed files with 45 additions and 25 deletions

View File

@ -0,0 +1,20 @@
# Logging
logging.level.mops.gruppen2 = info
logging.level.org.springframework.jdbc.core = info
# Database
spring.datasource.platform = mysql
spring.datasource.driver-class-name = com.mysql.cj.jdbc.Driver
spring.datasource.initialization-mode = never
spring.datasource.url = mysql://b4b665d39d0670:cc933ff7@eu-cdbr-west-02.cleardb.net/heroku_f6ff902475fc2fa?reconnect=true
spring.datasource.username = b4b665d39d0670
spring.datasource.password = cc933ff7
# 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