-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
29 lines (25 loc) · 2.01 KB
/
.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
##**************************************************************************************
##**************************************************************************************
##**************************************************************************************
##**************************************************************************************
##************░█▀▀▄░▒█░░░░▒█▀▀█░▒█▀▀▀█░▒█▀▀▄░█▀▀▄░▒█▀▀▀█░▒█░▄▀░▒█▀▀▀░▀▀█▀▀**************
##************▒█▄▄█░▒█░░░░▒█░▄▄░▒█░░▒█░▒█▀▀▄▒█▄▄█░░▀▀▀▄▄░▒█▀▄░░▒█▀▀▀░░▒█░░**************
##************▒█░▒█░▒█▄▄█░▒█▄▄▀░▒█▄▄▄█░▒█▄▄█▒█░▒█░▒█▄▄▄█░▒█░▒█░▒█▄▄▄░░▒█░░**************
##**************************************************************************************
##************************** ▀▄▀▄▀▄GitHub - algobasket▄▀▄▀▄▀ ***************************
##**************************************************************************************
##******************************** Made By Algobasket ********************************
##**************************************************************************************
# Environment type (local, docker, production)
ENV_TYPE=docker
# MySQL database configuration
MYSQL_DATABASE=oefhz # Name of the MySQL database
MYSQL_USER=root # MySQL user
MYSQL_PASSWORD=oefhz # MySQL user's password
MYSQL_ROOT_PASSWORD=oefhz # MySQL root password
MYSQL_HOST=db # Hostname or IP address of the MySQL server
MYSQL_PORT=3306 # Port of the MySQL server
# Network configuration
IP=192.168.0.1 # IP address of the host machine
DOMAIN=efhz.lan # Domain name
HOST_ENTRY=192.168.0.1 efhz.lan # Entry to add to the hosts file for local DNS resolution