-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.sample.yml
More file actions
41 lines (40 loc) · 1.08 KB
/
application.sample.yml
File metadata and controls
41 lines (40 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
server:
port: 8080
use-forward-headers: true
servlet:
contextPath: /client
spring:
datasource:
url: jdbc:postgresql://workdev:5432/ubuntu
username: ubuntu
password: ubuntu
driver: org.postgresql.Driver
session:
store-type: jdbc
jdbc:
initialize-schema: never
schema: classpath:au/edu/uq/rcc/portal/client/schema.sql
security:
oauth2:
client:
registration:
example-realm1:
client-id: example-realm1-client
client-secret: 00000000-0000-0000-0000-000000000000
client-name: example-realm1
example-realm2:
client-id: example-realm1-client
client-secret: 11111111-1111-1111-1111-111111111111
client-name: example-realm2
provider:
example-realm1:
issuer-uri: https://keycloak.example.com/auth/realms/example-realm1
example-realm2:
issuer-uri: https://keycloak.example.com/auth/realms/example-realm2
management:
server:
port: 9001
endpoint:
health:
probes:
enabled: true