mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
4 lines
176 B
Text
4 lines
176 B
Text
POSTGRES_DB=blogs
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=password
|
|
DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB}?sslmode=disable
|