Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2024
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. POSTGRES_USER="postgres"
  2. POSTGRES_PASSWORD="postgres"
  3. POSTGRES_DB="postgres"
  4. DATABASE_URL="postgresql://postgres:postgres@postgres:5432/postgres?schema=public"
  5. # DATABASE_URL="postgresql://postgres:postgres@192.168.157.131:5432/postgres?schema=public"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement