-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstance.config.example.json
More file actions
41 lines (41 loc) · 1 KB
/
instance.config.example.json
File metadata and controls
41 lines (41 loc) · 1 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
{
"instanceId": "example-instance-001",
"instanceName": "KeepIt Pro Instance",
"plan": "pro",
"limits": {
"maxUsers": 25,
"maxNotes": 10000,
"maxApiCallsPerHour": 5000,
"maxApiCallsPerDay": 50000,
"maxApiCallsPerMonth": 1000000,
"maxStorageBytes": 10737418240,
"maxWebhooks": 10,
"maxTemplates": 200,
"maxNotesPerUser": 1000,
"maxFileSizeBytes": 10485760,
"allowInvitations": true,
"allowSharing": true,
"allowApiKeys": true,
"allowCustomBranding": true,
"allowAdvancedFeatures": false,
"rateLimitRequests": 300,
"rateLimitWindow": 60000
},
"features": {
"webhooksEnabled": true,
"templatesEnabled": true,
"invitationsEnabled": true,
"sharingEnabled": true,
"apiKeysEnabled": true,
"customBrandingEnabled": true,
"advancedFeaturesEnabled": false
},
"branding": {
"name": "My Company KeepIt",
"primaryColor": "#007bff"
},
"adminContact": {
"name": "John Doe",
"email": "admin@mycompany.com"
}
}