Skip to content
Snippets Groups Projects
Commit e88f1a25 authored by Ricardo's avatar Ricardo
Browse files

env consertado

parent 922670dd
No related branches found
No related tags found
No related merge requests found
# code config
NODE_ENV=development
PORT=3000
# db config
DB_HOST=localhost
DB_USER=postgres
DB_PASSWORD=123mudar
DB_NAME=treinamento
DB_PORT=5432
DB_URL=postgresql://postgres:123mudar@localhost:5432/treinamento
# secret
APP_SECRET=hash_aleatoria_bem_longa
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment