-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathmaestrano.json
More file actions
54 lines (54 loc) · 1.69 KB
/
maestrano.json
File metadata and controls
54 lines (54 loc) · 1.69 KB
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
{
"environment": "local",
"app": {
"host": "http://vtiger6.app.dev.maestrano.io"
},
"api": {
"id": "451469a2f9b2020f9895e5748a87631a9d5c612c68d3684cca50401f111c7fff",
"key": "f0c0aa13-090b-4e31-ac52-57a6b5352af3",
"group_id": "vtiger6.app.dev.maestrano.io"
},
"sso": {
"enabled": true,
"slo_enabled": true,
"init_path": "/maestrano/auth/saml/init.php",
"consume_path": "/maestrano/auth/saml/consume.php",
"creation_mode": "virtual"
},
"connec": {
"enabled": true
},
"webhook": {
"account": {
"groupsPath": "/maestrano/account/groups/:id",
"groupUsersPath": "/maestrano/account/groups/:group_id/users/:id"
},
"connec": {
"initialization_path": "/maestrano/data/initialize.php",
"notifications_path": "/maestrano/data/subscribe.php",
"subscriptions": {
"accounts": true,
"company": true,
"events": false,
"event_orders": false,
"invoices": true,
"items": true,
"journals": false,
"organizations": true,
"payments": false,
"pay_items": false,
"pay_schedules": false,
"pay_stubs": false,
"pay_runs": false,
"people": true,
"projects": false,
"tax_codes": true,
"tax_rates": false,
"time_activities": false,
"time_sheets": false,
"venues": false,
"work_locations": false
}
}
}
}