-
Notifications
You must be signed in to change notification settings - Fork 11
/
settings.yml
43 lines (36 loc) · 979 Bytes
/
settings.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
folderPath: /opt/takipi-storage/storage
maxUsedStoragePercentage: 0.90
enableCors: true
corsOrigins: "*"
retentionPeriodDays: 92
cleanupJobEnabled: true
server:
# softNofileLimit: 1000
# hardNofileLimit: 1000
applicationConnectors:
- type: http
port: 8080
# this requires the alpn-boot library on the JVM's boot classpath
# - type: spdy3
# port: 8445
# keyStorePath: example.keystore
# keyStorePassword: example
# validateCerts: false
adminConnectors:
- type: http
port: 8081
jobs:
cleanup: 6h
# Logging settings.
logging:
# The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
level: INFO
# Logger-specific levels.
loggers:
com.takipi: DEBUG
appenders:
- type: file
currentLogFilename: /opt/takipi-storage/log/takipi-storage.log
maxFileSize: 1GB
archivedLogFilenamePattern: /opt/takipi-storage/log/takipi-storage-%i.log.gz
archivedFileCount: 1