27 lines
1.3 KiB
Properties
27 lines
1.3 KiB
Properties
spring.profiles.active = dev
|
|
|
|
# Security
|
|
#keycloak.principal-attribute = preferred_username
|
|
#keycloak.auth-server-url = https://keycloak.cs.hhu.de/auth
|
|
#keycloak.realm = MOPS
|
|
#hhu_keycloak.token-uri = https://keycloak.cs.hhu.de/auth/realms/MOPS/protocol/openid-connect/token
|
|
#keycloak.resource = gruppenfindung
|
|
#keycloak.credentials.secret = fc6ebf10-8c63-4e71-a667-4eae4e8209a1
|
|
#keycloak.verify-token-audience = true
|
|
#keycloak.use-resource-role-mappings = true
|
|
#keycloak.autodetect-bearer-only = true
|
|
#keycloak.confidential-port = 443
|
|
keycloak.principal-attribute = preferred_username
|
|
keycloak.realm = Gruppen
|
|
keycloak.resource = gruppen-app
|
|
keycloak.credentials.secret = 1a13cd9e-5242-4c29-8c50-45ee53464010
|
|
keycloak.verify-token-audience = true
|
|
keycloak.use-resource-role-mappings = true
|
|
keycloak.autodetect-bearer-only = true
|
|
keycloak.confidential-port = 443
|
|
|
|
# Logging
|
|
logging.application.name = gruppen2
|
|
logging.pattern.console = [${logging.application.name}], %magenta(%-5level), %d{dd-MM-yyyy HH:mm:ss.SSS},\t%blue(%msg)\t%thread,%logger.%M%n
|
|
spring.output.ansi.enabled = always
|