-
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) · 968 Bytes
/
settings.json
File metadata and controls
43 lines (43 loc) · 968 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": "Site title",
"type": "text",
"description": "The short title for the tutorials site",
"default": "eTutorials"
},
{
"name": "INSTANCE_PORT_1",
"label": "Port number",
"type": "number",
"description": "The main port number for the new instance",
"default": 18091
},
{
"name": "ADMIN_USER",
"label": "Admin user:",
"type": "text",
"description": "The name for the admin user.",
"default": "admin"
},
{
"name": "ADMIN_EMAIL",
"label": "MySQL server password:",
"type": "email",
"description": "The email for the admin account."
},
{
"name": "ADMIN_PASS",
"label": "Admin user password:",
"type": "password",
"description": "The password for the admin user.",
"default": ""
},
{
"name": "MARIADB_ROOT_PASSWORD",
"label": "Database password:",
"type": "password",
"description": "The password for the mysql server (autogenerated).",
"default": "autogenerated"
}
]