chatdesk-ui/postgres_15.8.1.044/migrations/.env

3 lines
123 B
Bash

POSTGRES_PASSWORD=password
DATABASE_URL="postgres://postgres:${POSTGRES_PASSWORD}@localhost:5478/postgres?sslmode=disable"