-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
57 lines (57 loc) · 967 Bytes
/
config.yml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# App configurations
app:
name: "Keycloak Api Gateway"
language: en-GB
static: ./httpdocs
session-age: 60
#0 to 4
strong-pass-level: 0
#
jwt:
secret: "a.random.public.key"
issuer: "io"
audience: ["*"]
age: 24h
subject: "Keycloak Api Backend"
#
# Server configurations
server:
host: "0.0.0.0"
port: "8010"
https: false
cert: cert.pem
key: key.pem
name: "EVO"
strict-routing: false
case-sensitive: false
max-upload-size: 1M
request-id: false
debug: true
recover: false
#
#Log to file
log:
writefile: true
size: 5
age: 7
level: debug
path: ./logs
#
#Cross Origin Resource Sharing
cors:
enabled: true
allowed-origins: ["*"]
allowed-methods: ["GET","POST","HEAD","OPTION","PUT","PATCH","DELETE"]
allowed-credentials: true
allowed-headers: ["*"]
max-age: 0
#
# need to fill the keycloak stuff
keycloak:
server:
realm:
client:
username: [email protected]
password:
client_secret:
#