· 7 years ago · Jan 07, 2019, 07:22 AM
1{
2 "port": 8080,
3 "http": false,
4 "bigquery_files_destination": "../../bigquery_files/",
5 "secret_key": "<secret-key>",
6 "ga_id": "",
7 "sql_db": {
8 "read": {
9 "connectionLimit": 10,
10 "host": "mysql-host",
11 "user": "mysql-user",
12 "password": "mysql-pass",
13 "database":"mysql-db"
14 },
15 "write": {
16 "connectionLimit": 10,
17 "host": "mysql-host",
18 "user": "mysql-user",
19 "password": "mysql-pass",
20 "database":"mysql-db"
21 }
22 },
23 "mailer": {
24 "api_key": "mandrill_api_key_here"
25 },
26 "redisOptions": {
27 "host": "localhost",
28 "port": 6379,
29 "db": 0
30 },
31 "superAdmin_users": ["foo@bar.com"]
32}