-
Notifications
You must be signed in to change notification settings - Fork 3
/
settings.yml
74 lines (71 loc) · 1.3 KB
/
settings.yml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#User defined
user:
php_version:
label:
PHP version
hint:
Select a PHP version from the list above
type:
select
values:
- 5.6
- 7.1
- 7.2
- 7.3
- 7.4
- "8.0"
- "8.1"
- "8.2"
target:
PHP_VERSION
php_error_reporting:
label:
Enable PHP error reporting?
type:
checkbox
hint: Check the box to display PHP errors
target:
DISPLAY_PHPERROR
php_xdebug:
label:
Enable PHP extension XDEBUG?
type:
checkbox
hint: Check the box to display extension xdebug
target:
XDEBUG
# mysql_version:
# label:
# MySQL version
# hint:
# Select MySQL version
# type:
# select
# values:
# - "5.0"
# - "7.0"
# target:
# MYSQL_VERSION
customize_server_root_path:
label:
Server root
type:
input
values:
/var/www
hint:
Server document root, make sure to append "/public" if you are going to install a framework like Laravel
target:
SERVER_ROOT
#System defaults
system:
show_localpath_selector:
true
#For collecting and storing DB in .env
#db/user/password
# db_credentials:
# true
#Generate public ports for the docker image
ports:
http:
APACHE_HOST_HTTP_PORT