first commit
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user