top-tran/backend/.env.example
Rayan Konecny 5538b7340d Repo act
2026-05-03 18:02:08 -03:00

15 lines
278 B
Text

# Database
DATABASE_URL=postgresql://user:password@localhost:5432/toptran
DB_USER=user
DB_PASSWORD=password
DB_HOST=localhost
DB_PORT=5432
DB_NAME=toptran
# Server
PORT=4000
NODE_ENV=production
# JWT
JWT_SECRET=sua_chave_secreta_aqui
JWT_REFRESH_SECRET=sua_chave_refresh_aqui