Files
edgeKey/.env.example
2026-04-21 12:13:28 +08:00

5 lines
243 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 该变量仅供 Prisma CLI / prisma.config.ts 使用,不参与应用运行时连接。
# 应用在 bun dev / deploy 时实际使用的是 wrangler 绑定提供的 D1env.DB
DATABASE_URL="file:./prisma/db.sqlite"
AUTH_SECRET=123456