-
Notifications
You must be signed in to change notification settings - Fork 0
/
env-example
33 lines (23 loc) · 1.1 KB
/
env-example
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
###########################################################
##################### Configuracoes gerais#################
###########################################################
### APACHE ################################################
# Path com os scripts da sua aplicação. Uma pasta antes da public_html
APP_CODE_PATH_HOST=~/Documents/Sites
APACHE_HOST_HTTP_PORT=8080
APACHE_HOST_HTTPS_PORT=443
APACHE_SITES_PATH=./apache2/sites-available
APACHE_HOST_LOG_PATH=./logs/apache2
### VARNISH ###############################################
VARNISH_PORT=80
### MYSQL 5.6 ################################################
# para 5.6 e 5.7
MYSQL_ROOT_PASSWORD=121212
# Diretório Mysql 5.6 local
DATA_PATH_HOST=~/Documents/mysql-data
# Diretório Mysql 5.7 local
DATA_PATH_HOST_57=~/Documents/mysql-data-57
### COMPARTILHARMENTO DE VOLUMES ##############################################################
# Pasta opcional para facilitar a sincronização de arquivos locais com os containers.
# Tudo que estiver nessa pasta será sincronizado com /var/dowload dentro dos containers
DOWNLOAD_PATH_HOST=~/Downloads