first commit

This commit is contained in:
Michael Dong
2026-02-05 11:24:40 +08:00
commit a98e12f286
144 changed files with 26459 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# 数据库配置
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