mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
30 lines
656 B
JSON
30 lines
656 B
JSON
|
{
|
||
|
"id": 200,
|
||
|
"planId": 1,
|
||
|
"pruneExecutionsInterval": 168,
|
||
|
"monthlyExecutionsLimit": 1000,
|
||
|
"activeWorkflowsLimit": 20,
|
||
|
"credentialsLimit": 100,
|
||
|
"supportTier": "community",
|
||
|
"displayName": "Trial",
|
||
|
"enabledFeatures": ["userManagement", "advancedExecutionFilters", "sharing"],
|
||
|
"licenseFeatures": {
|
||
|
"feat:sharing": true,
|
||
|
"feat:advancedExecutionFilters": true,
|
||
|
"quota:users": -1,
|
||
|
"quota:maxVariables": -1,
|
||
|
"feat:variables": true,
|
||
|
"feat:apiDisabled": true
|
||
|
},
|
||
|
"metadata": {
|
||
|
"version": "v1",
|
||
|
"group": "trial",
|
||
|
"slug": "trial-2",
|
||
|
"trial": {
|
||
|
"length": 14,
|
||
|
"gracePeriod": 3
|
||
|
}
|
||
|
},
|
||
|
"expirationDate": "2023-08-30T15:47:27.611Z"
|
||
|
}
|