-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
24 lines (18 loc) · 675 Bytes
/
Copy path.env
File metadata and controls
24 lines (18 loc) · 675 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
DOCUMENT_ROOT=./www
APACHE_DOCUMENT_ROOT=/var/www/html
VHOSTS_DIR=./config/vhosts
PHP_INI=./config/php/php.ini
SSL_DIR=./config/ssl
# Xdebug
XDEBUG_PORT=9003
#XDEBUG_PORT=9000
MYSQL_INITDB_DIR=./config/initdb
MYSQL_DATA_DIR=./data/mysql
# If you already have the port 80 in use, you can change it (for example if you have Apache)
HOST_MACHINE_UNSECURE_HOST_PORT=80
# If you already have the port 443 in use, you can change it (for example if you have Apache)
HOST_MACHINE_SECURE_HOST_PORT=443
# If you already have the port 3306 in use, you can change it (for example if you have MySQL)
HOST_MACHINE_MYSQL_PORT=3306
# MySQL root user password
MYSQL_ROOT_PASSWORD=tiger