-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
43 lines (43 loc) · 991 Bytes
/
settings.json
File metadata and controls
43 lines (43 loc) · 991 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
38
39
40
41
42
43
[
{
"name": "INSTANCE_TITLE",
"label": "Service name",
"type": "text",
"description": "The title for the new service",
"default": "Galaksio"
},
{
"name": "INSTANCE_PORT_1",
"label": "Port number",
"type": "number",
"description": "The port number for the new instance",
"default": 8081
},
{
"name": "GALAXY_SERVER",
"label": "Galaxy server",
"type": "text",
"description": "The URL for the associated Galaxy server.",
"default": "https://usegalaxy.org"
},
{
"name": "GALAXY_SERVER_URL",
"label": "Galaxy server (repeat)",
"type": "text",
"description": "The URL for the associated Galaxy server.",
"default": "https://usegalaxy.org"
},
{
"name": "MAX_CONTENT_LENGTH",
"label": "Max upload size (MB)",
"type": "number",
"description": "Max size for upload (MB).",
"default": 20
},
{
"name": "ADMIN_ACCOUNTS",
"label": "Admin accounts",
"type": "email",
"description": "The admin accounts (email) separated by commas."
}
]