Files

15 lines
350 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.
# 数据库配置
DATABASE_URL="file:./prisma/data.db"
# JWT 密钥(用于生成 Token
JWT_SECRET="your-super-secret-jwt-key-change-in-production"
# 第三方认证配置(可选)
# AUTH_PROVIDER_URL="https://auth.shiqianjiang.cn"
# AUTH_PROVIDER_CLIENT_ID=""
# AUTH_PROVIDER_CLIENT_SECRET=""
# 服务配置
PORT=3000
NODE_ENV=development