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.
# JWT 密钥(生产环境必须修改为随机字符串,至少32位)
JWT_SECRET=ai-demo-jwt-secret-key-2024-change-in-production
# 管理员默认账户(首次启动时自动创建)
ADMIN_USERNAME=admin
ADMIN_PASSWORD=admin123456
# 服务端口
PORT=3001
# 数据库文件路径(默认在 data 目录下)
DATABASE_PATH=./data/auth.db