-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
35 lines (32 loc) · 862 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
# read secret tokens from environment variables
verifyToken: ${RMNDR_VERIFY_TOKEN}
pageAccessToken: ${RMNDR_ACCESS_TOKEN}
appSecret: ${RMNDR_APP_SECRET}
witToken: ${RMNDR_WIT_TOKEN}
server:
type: default
applicationConnectors:
- type: http
port: ${PORT:-5000}
logging:
level: INFO
loggers:
manfredlift.facebook.rmndr: INFO
appenders:
- type: console
- type: file
threshold: INFO
logFormat: "%-6level [%d{HH:mm:ss.SSS}] [%t] %logger{5} - %X{code} %msg %n"
currentLogFilename: /tmp/rmndr.log
archivedLogFilenamePattern: /tmp/rmndr-%d{yyyy-MM-dd}-%i.log.gz
archivedFileCount: 7
timeZone: UTC
maxFileSize: 10MB
jerseyClient:
minThreads: 1
maxThreads: 128
workQueueSize: 8
gzipEnabled: true
gzipEnabledForRequests: true
chunkedEncodingEnabled: true
timeout: 3s