15 lines
334 B
Text
15 lines
334 B
Text
# Database
|
|
DATABASE_URL=postgresql://postgres:postgres@175.15.15.90:5432/toptran
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_HOST=175.15.15.90
|
|
DB_PORT=5432
|
|
DB_NAME=toptran
|
|
|
|
# Server
|
|
PORT=4000
|
|
NODE_ENV=production
|
|
|
|
# JWT
|
|
JWT_SECRET=iDgji2sbBKqmPerRHnQXFK0iHwmfNTNb5zreuetUecD
|
|
JWT_REFRESH_SECRET=pFLRKyVdDaTVdEWNebDWMQuMdbpgCnsx4p3WiVRgmuU
|