6 lines
275 B
Plaintext
6 lines
275 B
Plaintext
# Root .env.example — copy to .env and fill in values.
|
|
# See apps/api/.env.example and apps/web/.env.example for app-specific variables.
|
|
|
|
# Used by docker-compose and pnpm db:* scripts
|
|
DATABASE_URL="postgresql://dwellops:dwellops@localhost:5432/dwellops_dev?schema=public"
|