forked from acmeair/acmeair-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
34 lines (26 loc) · 808 Bytes
/
settings.json
File metadata and controls
34 lines (26 loc) · 808 Bytes
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
{
"port":9080,
"contextRoot": "/rest/api",
"zipkin_port": 9410,
"zipkin_host": "127.0.0.1",
"authservice_port": 9443,
"authContextRoot": "/rest/api/auth-service",
"mongoHost" : "127.0.0.1",
"mongoPort" : 27017,
"mongoConnectionPoolSize": 10,
"cloudant_host": "your host",
"cloudant_port": 443,
"cloudant_username": "your username",
"cloudant_password":"your password",
"cloudant_httpclient.maxTotal":200,
"cloudant_httpclient.maxPerRoute":100,
"cloudant_httpclient.soTimeout":5000,
"cloudant_httpclient.connectionTimeout":5000,
"cassandra_contactPoints" : ["your ip"],
"cassandra_keyspace" : "acmeair_keyspace",
"useFlightDataRelatedCaching" : true,
"flightDataCacheTTL" : 1200000,
"flightDataCacheMaxSize" : 100000,
"loggerLevel" : "INFO",
"useDevLogger" : true
}