leptos/projects/sitemap_axum/.env.example

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