7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
# Configurações do Banco de Dados PostgreSQL
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_NAME=postgres
|
|
DB_USER=postgres
|
|
DB_PASSWORD=sua_senha_aqui
|