forked from iconik-io/iocage-plugin-iconik-storage-gateway
-
Notifications
You must be signed in to change notification settings - Fork 4
/
settings.json
37 lines (37 loc) · 1.08 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
{
"servicerestart": "service iconik_storage_gateway restart",
"serviceget": "/usr/local/bin/pluginget",
"serviceset": "/usr/local/bin/pluginset",
"options": {
"app-id": {
"type": "string",
"name": "Application",
"description": "Application ID",
"requirerestart": true
},
"storage-id": {
"type": "string",
"name": "Storage",
"description": "Storage ID",
"requirerestart": true
},
"iconik-url": {
"type": "string",
"name": "Endpoint",
"description": "Base API endpoint url",
"requirerestart": true
},
"auth-token": {
"type": "string",
"name": "Token",
"description": "Auth token",
"requirerestart": true
},
"max-transcoding-jobs": {
"type": "integer",
"name": "Max parallel transcoding jobs",
"description": "Maximum allowed parallel transcoding jobs",
"default": 5
}
}
}