-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.yml
66 lines (57 loc) · 1.45 KB
/
dev.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
58
59
60
61
62
63
64
65
66
defaultName: Coriolis
eddnHost: eddn-relay.elite-markets.net
eddnPort: 9500
eddbStationJSONUrl: http://eddb.io/archive/v4/stations.json
eddbSystemJSONUrl: http://eddb.io/archive/v4/systems.json
adminUser: admin
adminPassword: admin
server:
requestLog:
timeZone: UTC
appenders:
- type: console
threshold: INFO
gzip:
bufferSize: 8KiB
applicationConnectors:
- type: https
port: 3301
keyStorePath: dev.keystore
keyStorePassword: development
validateCerts: false
adminConnectors:
- type: https
port: 3302
keyStorePath: dev.keystore
keyStorePassword: development
validateCerts: false
httpClientConfiguration:
timeout: 5000ms
connectionTimeout: 2500ms
timeToLive: 1h
cookiesEnabled: false
maxConnections: 1024
maxConnectionsPerRoute: 1024
keepAlive: 0ms
retries: 1
userAgent: Coriolis API (Apache HTTP Client 4.3.6)
companionClientConfiguration:
timeout: 5000ms
connectionTimeout: 2500ms
timeToLive: 1h
cookiesEnabled: true
maxConnections: 1024
maxConnectionsPerRoute: 1024
keepAlive: 0ms
retries: 1
userAgent: Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B411
# Logging settings.
logging:
level: INFO
loggers:
io.coriolis.api: DEBUG
appenders:
- type: console
threshold: DEBUG
logFormat: "%-6level [%d{HH:mm:ss.SSS}] [%t] %logger{5} - %X{code} %msg %n"
timeZone: UTC