mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
8 lines
351 B
Plaintext
8 lines
351 B
Plaintext
# Database connection URL
|
|
# For SQLite (default): file:./dev.db
|
|
# For PostgreSQL: postgresql://user:password@localhost:5432/metabuilder
|
|
DATABASE_URL="file:./dev.db"
|
|
# Native Prisma bridge token used by the C++ daemon's `NativePrismaAdapter`
|
|
# to authenticate requests posted to `/api/native-prisma`.
|
|
DBAL_NATIVE_PRISMA_TOKEN="local-dbal-token"
|