fix: VIP session-status stale token; add missing API routes (popups, jiahao, update-config, /api/version)
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
# 数据库连接
|
||||
DATABASE_URL="postgresql://postgres:password@localhost:5432/maqt?schema=public"
|
||||
|
||||
# PostgreSQL 密码(docker-compose 使用,请修改)
|
||||
POSTGRES_PASSWORD="your-postgres-password"
|
||||
|
||||
# JWT 密钥(请修改为随机字符串)
|
||||
JWT_SECRET="your-super-secret-jwt-key-change-this-in-production"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user