forked from JeanCarlosMacaneiro/cloudteclogias-server-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
executable file
·24 lines (24 loc) · 848 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
#contents of .env
# =======================================================
# # AMBIENT VARIABLES
# =======================================================
PROD=false;
# =======================================================
# # API REST FULL LISTENER PORT
# =======================================================
API_PORT=3000
SOCKET_PORT=3510
### IF developer instance
SERVER_ENDPOINT='http://192.168.1.82:'
# =======================================================
# # DB definition using
# =======================================================
DB_DEFINITION_TYPE=mysql
# =======================================================
# # DB MySQL CONNECTION
# =======================================================
DB_MYSQL_NAME_DB=cloudtecnologias
DB_MYSQL_HOST=localhost
DB_MYSQL_USER=<USER_bd>
DB_MYSQL_PASSW=<PASSWORD_BD>
DB_MYSQL_PORT=3306