16 lines
340 B
Bash
16 lines
340 B
Bash
# Used when creating a JWT. It can be anything.
|
|
API_SECRET=nyEX8BZ44KqTXeV2
|
|
|
|
# API configuration
|
|
API_PORT=8111
|
|
API_RELEASE="Desenvolvimento"
|
|
#API_RELEASE="Homologação"
|
|
#API_RELEASE=""
|
|
|
|
# DB configuration
|
|
DB_HOST=177.153.50.98
|
|
DB_DRIVER=postgres
|
|
DB_USER=pcasthomolog
|
|
DB_PASSWORD=@407Smc837
|
|
DB_NAME=pcasthomolog
|
|
DB_PORT=5432 |