apifiber/.env

12 lines
267 B
Bash

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