about summary refs log tree commit diff
path: root/.env.example
blob: 142205cc734197289f784b321a4ec1d254a31920 (plain)
1
2
3
DATABASE_URL=postgres://postgres:<YOUR_POSTGRES_PASSWORD>@localhost:5432/shorest
POSTGRES_PASSWORD=<YOUR_POSTGRES_PASSWORD>
PORT=<YOUR_PORT>