mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
5 lines
176 B
Plaintext
5 lines
176 B
Plaintext
POSTGRES_DB=blogs
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=password
|
|
DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB}?sslmode=disable
|