Files
metabuilder/frontends/nextjs/.env.example
2026-03-09 22:30:41 +00:00

8 lines
344 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"