-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.dist
More file actions
33 lines (27 loc) · 939 Bytes
/
.env.dist
File metadata and controls
33 lines (27 loc) · 939 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
#--------------------------------------------------------------------
# FRAMEWORK
#--------------------------------------------------------------------
APP_ENV=prod
APP_TIMEZONE=UTC
APP_LOCALE=en
APP_SECRET_KEY=biaZQ5Z5KS9G83hIyBlNfaCmzKlUgPKs
#APP_ALLOWED_IPS=192.168.1.12,192.168.1.13
#APP_MAINTENANCE=false
#APP_TEMPLATE_DIR=${michel.project_dir}/templates
APP_URL=http://localhost
#APP_LOG_DIR=/app/var/log
#APP_CACHE_DIR=/app/var/cache
#APP_CONFIG_DIR=/app/config
#APP_PUBLIC_DIR=/app/public
#--------------------------------------------------------------------
# DATABASE
#--------------------------------------------------------------------
#DATABASE_HOST=localhost
#DATABASE_DB=essential
#DATABASE_USER=root
#DATABASE_PASSWORD=root
#--------------------------------------------------------------------
# DOCKER
#--------------------------------------------------------------------
DOCKER_PORT_PHP=9008
DOCKER_PORT_NGINX=8081