# 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"