mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
5 lines
165 B
Plaintext
5 lines
165 B
Plaintext
# Database connection URL
|
|
# For SQLite (default): file:./dev.db
|
|
# For PostgreSQL: postgresql://user:password@localhost:5432/metabuilder
|
|
DATABASE_URL="file:./dev.db"
|