12 lines
290 B
Plaintext
12 lines
290 B
Plaintext
# 数据库配置
|
||
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
|