· 6 years ago · Feb 19, 2019, 01:40 PM
1{
2 "port": 3001,
3 "http": false,
4 "bigquery_files_destination": "./bigquery_files/",
5 "secret_key": "KDtyGn5QhRycZBIUQZte1riZH4ZBE0KH",
6 "sql_db": {
7 "read": {
8 "connectionLimit": 10,
9 "host": "127.0.0.1",
10 "user": "root",
11 "password": "lowerUP96##",
12 "database":"allspark_local"
13 },
14 "write": {
15 "connectionLimit": 10,
16 "host": "127.0.0.1",
17 "user": "root",
18 "password": "lowerUP96##",
19 "database":"allspark_local"
20 }
21 },
22 "mailer": {
23 "api_key": "x-NEA9qQJFFIGe6jfuOsjw",
24 "domain":"jungleworks.co"
25 },
26 "privilege_ignore" : false,
27 "role_ignore" : false,
28 "redisOptions": {
29 "host": "localhost",
30 "port": 6379,
31 "db": 0
32 },
33 "allspark_python_base_api" : "http://127.0.0.1:5000/",
34 "superAdmin_users": ["d@d", "achin.sharma@jungleworks.com"],
35 "test": false
36}