-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstance.config.json
More file actions
37 lines (37 loc) · 865 Bytes
/
instance.config.json
File metadata and controls
37 lines (37 loc) · 865 Bytes
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
{
"instanceId": "test-instance-001",
"instanceName": "KeepIt Test Instance",
"plan": "basic",
"limits": {
"maxUsers": 2,
"maxNotes": -1,
"maxApiCallsPerHour": 100,
"maxApiCallsPerDay": 1000,
"maxApiCallsPerMonth": 10000,
"maxStorageBytes": 1048576,
"maxWebhooks": 2,
"maxWebhooksPerUser": 2,
"maxTemplates": 20,
"maxTemplatesPerUser": 5,
"maxNotesPerUser": 50,
"maxApiKeys": 10,
"maxApiKeysPerUser": 3,
"rateLimitRequests": 60,
"rateLimitWindow": 60000
},
"features": {
"webhooksEnabled": true,
"templatesEnabled": true,
"sharingEnabled": false,
"apiKeysEnabled": true,
"customBrandingEnabled": false,
"advancedFeaturesEnabled": false
},
"branding": {
"name": "KeepIt Test"
},
"adminContact": {
"name": "Test Admin",
"email": "test@localhost"
}
}