· 5 years ago · Feb 04, 2020, 04:56 AM
1{
2 "port": 3001,
3 "http": false,
4 "footer_powered_by": "<a class=\"strong\" target=\"_blank\" href=\"https://jungleworks.com/kato/\">kato</a> using ",
5 "bigquery_files_destination": "../../bigquery_files/",
6 "secret_key": "KDtyGn5QhRycZBIUQZte1riZH4ZBE0KH",
7 "onboard": {
8 "demo_url": "https://demo.katoai.co/login?email=demo@katoai.co&password=katoai",
9 "connection": {
10 "name": "MySQL Connection",
11 "user": "root",
12 "password": "password",
13 "host": "localhost",
14 "db": "sakila"
15 },
16 "report": {
17 "name": "Demo report",
18 "query": "SELECT \\n\\tactor_id, \\n\\tfirst_name AS actor, \\n\\tcount(film_id) as films \\nFROM \\n\\tactor \\nJOIN \\n\\tfilm_actor USING(actor_id) \\nGROUP BY \\n\\tactor_id",
19 "description": "This is a demo report"
20 },
21 "dashboard": {
22 "name": "Sample Dashboard",
23 "icon": "fas fa-bookmark"
24 },
25 "visualization": {
26 "name": "Linear Visualization",
27 "type": "linear",
28 "description": "default visualization",
29 "options": {
30 "axes":[
31 {"type": "","position":"bottom","label":"","columns":[{"key": "actor_id"}],"restcolumns":false,"format":""},
32 {"type": "line","position":"left","label":"","columns":[{"key":"films"}],"restcolumns":false,"format":""}
33 ],
34 "hideLegend":false,
35 "showValues":false,
36 "transformations":[]
37 }
38 }
39 },
40 "ga_id": "",
41 "allspark_python_base_api": "http://localhost:5000/",
42 "sql_db": {
43 "read": {
44 "connectionLimit": 10,
45 "host": "127.0.0.1",
46 "user": "tarun",
47 "password": "hello",
48 "database":"allspark"
49 },
50 "write": {
51 "connectionLimit": 10,
52 "host": "localhost",
53 "user": "tarun",
54 "password": "hello",
55 "database":"allspark"
56 }
57 },
58 "mailer": {
59 "api_key": "BC20X6vYlD4ZuGebqVID-w"
60 },
61 "privilege_ignore" : false,
62 "redisOptions": {
63 "primary": {
64 "host": "localhost",
65 "port": 6379,
66 "db": 0
67 },
68 "secondary": {
69 "host": "localhost",
70 "port": 6379,
71 "db": 1
72 }
73 },
74 "superAdmin_users": ["shubhi.verma@jungleworks.com", "achin.sharma@jungleworks.com", "d@d", "tarun.gupta@jungleworks.com"],
75 "readOnlyMode": false,
76 "setup": {
77 "account": {
78 "name": "Setup Account",
79 "url": "localhost",
80 "icon": "",
81 "logo": "",
82 "auth_api": "",
83 "auth_api_parameters": ["access_token"]
84 },
85 "user": {
86 "first_name": "Setup",
87 "middle_name": "",
88 "last_name": "User",
89 "email": "setup@123.in",
90 "password": "asd",
91 "phone": "123456"
92 }
93 }
94}