-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
35 lines (35 loc) · 817 Bytes
/
settings.json
File metadata and controls
35 lines (35 loc) · 817 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
[
{
"name": "INSTANCE_TITLE",
"label": "Service name",
"type": "text",
"description": "The title for the new service",
"default": "STATegraEMS"
},
{
"name": "INSTANCE_PORT_1",
"label": "Port number",
"type": "number",
"description": "The port number for the new instance",
"default": 8095
},
{
"name": "ADMIN_USER",
"label": "Admin account:",
"type": "email",
"description": "The admin account used for administrate your STATegraEMS server."
},
{
"name": "ADMIN_PASS",
"label": "Admin password:",
"type": "password",
"description": "The password for the admin account."
},
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "MySQL server password:",
"type": "password",
"description": "The password for the mysql server (autogenerated).",
"default": "autogenerated"
}
]