-
Notifications
You must be signed in to change notification settings - Fork 2
/
application.yaml
47 lines (45 loc) · 1.16 KB
/
application.yaml
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
####
# This file is a Example file, mount other file on this one inside container when deploy
quarkus:
http:
port: 8080
read-timeout: 30m
limits:
max-body-size: 500M
container-image:
builder: docker
vertx:
prefer-native-transport: true
native:
additional-build-args: |-
-H:ResourceConfigurationFiles=resources-config.json
-H:ReflectionConfigurationFiles=reflection-config.json
# Logging (disable console on prod)
log:
level: INFO
category:
"org.commonjava.util.sidecar":
level: DEBUG
console:
level: DEBUG
enable: true
file:
enable: true
path: "log/sidecar.log"
level: DEBUG
format: "%d{HH:mm:ss} %-5p [%c{2.}] (%t) %s%e%n"
rotation:
max-backup-index: 5
max-file-size: 10M
honeycomb:
enabled: false
dataset: indy-sidecar-test
write-key: test
base-sample-rate: 20
functions: |-
/api/content/.*|sidecar.content|20,
/api/folo/admin/.*|sidecar.folo.admin|1,
/api/folo/track/.*|sidecar.folo.content|1
sidecar:
archive-api: http://localhost:8081/api/archive
local-repository: ${user.home}/preSeedRepo