15 lines
278 B
Text
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
|