13 lines
698 B
Bash
13 lines
698 B
Bash
# Environment variables declared in this file are NOT automatically loaded by Prisma.
|
|
# Please add `import "dotenv/config";` to your prisma.config.ts file, or use the Prisma CLI with Bun
|
|
# to load environment variables from .env files: https://pris.ly/prisma-config-env-vars.
|
|
|
|
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
|
|
# See the documentation for all connection string options: https://pris.ly/d/connection-strings
|
|
|
|
# Next.js app database (production management system)
|
|
DATABASE_URL="file:./data/app.db"
|
|
|
|
# Python backend database (device activation platform)
|
|
# DATABASE_URL="file:./python_backend/device_platform.db"
|