expanded .env file

pull/2/head
Nilo Roberto C Paim 2023-01-28 15:39:57 -03:00
parent d78071a4c0
commit e65213d9c2
1 changed files with 25 additions and 9 deletions

34
.env
View File

@ -1,16 +1,32 @@
# Used when creating a JWT. It can be anything.
API_SECRET=nyEX8BZ44KqTXeV2
# API configuration
# DB configuration DEVELOPMENT
API_PORT=8111
#API_RELEASE="Desenvolvimento"
#API_RELEASE="Homologação"
#API_RELEASE=""
# DB configuration
API_RELEASE="Desenvolvimento"
DB_HOST=177.153.50.98
DB_DRIVER=postgres
DB_USER=pcasthomolog
DB_USER=pcastdev
DB_PASSWORD=@407Smc837
DB_NAME=pcasthomolog
DB_PORT=5432
DB_NAME=pcastdev
DB_PORT=5432
# DB configuration HOMOLOGAÇÃO
#API_PORT=8111
#API_RELEASE="Homologação"
#DB_HOST=177.153.50.98
#DB_DRIVER=postgres
#DB_USER=pcasthomolog
#DB_PASSWORD=@407Smc837
#DB_NAME=pcasthomolog
#DB_PORT=5432
# DB configuration PRODUÇÃO
#API_PORT=8112
#API_RELEASE=""
#DB_HOST=177.153.50.98
#DB_DRIVER=postgres
#DB_USER=pcast
#DB_PASSWORD=@407Smc837
#DB_NAME=pcast
#DB_PORT=5432