You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
857 B

server:
port: 8081
forward-headers-strategy: framework # nginx reverse proxy
logging.level:
'[org.springframework.web]': debug
####### resource server configuration properties
spring:
r2dbc:
username: postgres
password: P4$$W0RddD
url: r2dbc:postgresql://localhost:5432/keycloak
pool.enabled: true
pool.initial-size: 10
pool.max-idle-time: 1m
pool.max-size: 30
data.r2dbc.repositories.enabled: true
jpa.hibernate.ddl-auto: none
datasource:
initialization-mode: always
platform: postgres
url: jdbc:postgresql://localhost:5432/keycloak
username: keycloak
password: keycloak
security:
oauth2:
resourceserver:
jwt:
issuer-uri: http://localhost:8080/auth/realms/demorealm
jwk-set-uri: http://localhost:8080/auth/realms/demorealm/protocol/openid-connect/certs