-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
29 lines (25 loc) · 938 Bytes
/
.env
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
COMPOSE_PROJECT_NAME=sales-taxes
########################################################################
# APPLICATION
########################################################################
APP_NAME=sales-taxes
########################################################################
# NGINX
########################################################################
NGINX_VERSION=1.19
NGINX_HOST=localhost
NGINX_ROOT=/var/www/public
NGINX_PORT_HTTP=80
NGINX_PORT_HTTPS=443
########################################################################
# PHP
########################################################################
PHP_VERSION=8
PHP_SYSTEM_TZ=Europe/Rome
PHP_PORT=9000
########################################################################
# Xdebug
########################################################################
XDEBUG_MODE=off
XDEBUG_CLIENT_PORT=9003
XDEBUG_CLIENT_HOST=localhost