4 lines
159 B
Bash
4 lines
159 B
Bash
# Database connection string
|
|
# Example: postgresql://username:password@localhost:5432/wishlist
|
|
DATABASE_URL=postgresql://user:password@localhost:5432/wishlist
|