2026-05-03 18:02:08 -03:00
|
|
|
# Database
|
2026-05-03 18:48:39 -03:00
|
|
|
DATABASE_URL=postgresql://postgres:postgres@175.15.15.90:5432/toptran
|
|
|
|
|
DB_USER=postgres
|
|
|
|
|
DB_PASSWORD=postgres
|
|
|
|
|
DB_HOST=175.15.15.90
|
2026-05-03 18:02:08 -03:00
|
|
|
DB_PORT=5432
|
|
|
|
|
DB_NAME=toptran
|
|
|
|
|
|
|
|
|
|
# Server
|
|
|
|
|
PORT=4000
|
|
|
|
|
NODE_ENV=production
|
|
|
|
|
|
|
|
|
|
# JWT
|
2026-05-03 18:48:39 -03:00
|
|
|
JWT_SECRET=iDgji2sbBKqmPerRHnQXFK0iHwmfNTNb5zreuetUecD
|
|
|
|
|
JWT_REFRESH_SECRET=pFLRKyVdDaTVdEWNebDWMQuMdbpgCnsx4p3WiVRgmuU
|