· 7 years ago · Jan 10, 2019, 12:50 PM
1{
2 "port": 8080,
3 "http": false,
4 "bigquery_files_destination": "../../bigquery_files/",
5 "secret_key": "tmobile companion",
6 "sql_db": {
7 "read": {
8 "connectionLimit": 10,
9 "host": "mysql-host",
10 "user": "mysql-read",
11 "password": "mysql-pass",
12 "database":"env-db"
13 },
14 "write": {
15 "connectionLimit": 10,
16 "host": "mysql-host",
17 "user": "mysql-write",
18 "password": "mysql-pass",
19 "database":"env-db"
20 }
21 },
22 "mailer": {
23 "api_key": "mandrill_api_key_here"
24 },
25 "redisOptions": {
26 "host": "localhost",
27 "port": 6379,
28 "db": 0
29 }
30}