This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.yml
102 lines (97 loc) · 1.86 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#User defined
# user:
# back_end:
# label:
# Backend
# hint:
# Select a backend from the list above
# type:
# select
# values:
# - apache
# - nginx
# target:
# BACK_END
# php_version:
# label:
# PHP version
# hint:
# Select a PHP version from the list above
# type:
# select
# values:
# - 7.4
# - "8.0"
# target:
# PHP_VERSION
# backend_ws:
# label:
# Laravel Version
# hint:
# Select a laravel version
# type:
# select
# values:
# - 7
# - 8
# target:
# LARAVEL_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
# laravel_install:
# label:
# DO NOT install Laravel
# type:
# checkbox
# hint: Incase you have a Laravel project already installed at the selected path
# target:
# LARAVEL_INSTALL
# 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
# 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:
REDIS_PORT