Files
notify/.env.example
Michael Dong a98e12f286 first commit
2026-02-05 11:24:40 +08:00

12 lines
290 B
Plaintext
Raw 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.
# 数据库配置
POSTGRES_USER=notify
POSTGRES_PASSWORD=your_secure_password_here
POSTGRES_DB=notify
# JWT 密钥(建议使用: openssl rand -base64 32
JWT_SECRET=your_jwt_secret_here
# 域名配置
BASE_URL=https://notify.example.com
NEXT_PUBLIC_API_URL=https://notify.example.com