-
Notifications
You must be signed in to change notification settings - Fork 3
/
settings.json
85 lines (85 loc) · 2.62 KB
/
settings.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"galaxy.meteor.com": {
"env": {
"MONGO_URL": "mongodb://twiice:twiiceproject14@ds111422.mlab.com:11422/twiice"
}
},
"public": {
"env": {
"global_domain": "localhost",
"global_port": ":3000",
"smtp": "smtps://catchall@tiktakweb.fr:xxxxxxxxxx@smtp.gmail.com:465",
"smtp_mailtest": "coffin.vincent.sp@gmail.com",
"imap": {
"user": "catchall@tiktakweb.fr",
"password": "xxxxxxxx",
"host": "imap.gmail.com",
"port": 993,
"tls": true,
"authTimeout": 3000,
"interval": 5
}
},
"modules": {
"standard": {
"tpee": {
"name": "Tpee",
"technical_name": "tpee",
"url": "/admin/tpee"
},
"users": {
"name": "Users",
"technical_name": "users",
"url": "/admin/users"
},
"crm": {
"name": "CRM",
"technical_name": "crm",
"url": "/admin/crm"
},
"project": {
"name": "Project",
"technical_name": "project",
"url": "/admin/project"
},
"partners": {
"name": "Partners",
"technical_name": "partners",
"url": "/admin/partners"
},
"recruitment": {
"name": "Recruitment",
"technical_name": "recruitment",
"url": "/admin/recruitment"
},
"website": {
"name": "Website",
"technical_name": "website",
"url": "/admin/website"
},
"settings": {
"name": "Settings",
"technical_name": "tpee",
"url": "/admin/tpee/settings"
}
},
"customer": {
"module_test": {
"name": "Module test",
"technical_name": "module_test",
"url": "/admin/module-test"
}
},
"displayOptions": {
"pagination": {
"treeViewLength": 1
}
}
}
},
"private": {
"stripe": {
"apiPrivate": "hello"
}
}
}