forked from acmeair/acmeair-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
31 lines (24 loc) · 764 Bytes
/
settings.json
File metadata and controls
31 lines (24 loc) · 764 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
{
"port":9080,
"contextRoot": "/rest/api",
"authservice_port": 9443,
"authContextRoot": "/acmeair-auth-service/rest/api",
"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
}