mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-06 11:39:36 +00:00
5 lines
165 B
Bash
5 lines
165 B
Bash
# Database connection URL
|
|
# For SQLite (default): file:./dev.db
|
|
# For PostgreSQL: postgresql://user:password@localhost:5432/metabuilder
|
|
DATABASE_URL="file:./dev.db"
|