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