-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
24 lines (20 loc) · 862 Bytes
/
.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
# Docker-compose Env Variables
#################################################################################
# web
#################################################################################
WEB_HTTP_PORT=80
#################################################################################
# db
#################################################################################
DB_DATABASE=laravel
DB_ROOT_PASSWORD=password
DB_PORT=3306
#################################################################################
# mailhog
#################################################################################
MAILHOG_SMTP_PORT=1025
MAILHOG_HTTP_PORT=8025
#################################################################################
# doc-api
#################################################################################
DOC_API_PORT=8080