update: 2026-03-28 20:59
This commit is contained in:
30
infogenie-backend-go/.env.development
Normal file
30
infogenie-backend-go/.env.development
Normal file
@@ -0,0 +1,30 @@
|
||||
# InfoGenie Go Backend - 开发环境配置
|
||||
APP_ENV=development
|
||||
APP_PORT=5002
|
||||
|
||||
# MySQL 测试数据库
|
||||
DB_HOST=10.1.1.100
|
||||
DB_PORT=3306
|
||||
DB_NAME=infogenie-test
|
||||
DB_USER=infogenie-test
|
||||
DB_PASSWORD=infogenie-test
|
||||
|
||||
# JWT
|
||||
JWT_SECRET=d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8
|
||||
JWT_EXPIRE_DAYS=7
|
||||
|
||||
# 邮件服务
|
||||
MAIL_HOST=smtp.qiye.aliyun.com
|
||||
MAIL_PORT=465
|
||||
MAIL_USERNAME=notice@smyhub.com
|
||||
MAIL_PASSWORD=tyh@19900420
|
||||
|
||||
# AI 配置文件路径
|
||||
AI_CONFIG_PATH=ai_config.json
|
||||
|
||||
# 萌芽账户认证中心
|
||||
AUTH_CENTER_API_URL=https://auth.api.shumengya.top
|
||||
AUTH_CENTER_ADMIN_TOKEN=
|
||||
|
||||
# 站点前台配置(与前端管理员口令一致,用于保存 60s 功能展示开关)
|
||||
INFOGENIE_SITE_ADMIN_TOKEN=shumengya520
|
||||
Reference in New Issue
Block a user