Files
nl-game-api/config.yaml
2026-08-14 13:17:03 +08:00

32 lines
991 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
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.
# =====================================================================
# 像素游戏厅后端配置文件
# =====================================================================
server:
# 后端 HTTP 服务监听端口
port: 8080
mysql:
# 本地 MySQL 连接配置(库名 xiaoyouxi 由 sql/init.sql 创建)
host: 127.0.0.1
port: 3306
user: root
password: root
database: xiaoyouxi
jwt:
# JWT 签名密钥(生产环境请更换为随机长字符串)
secret: xiaoyouxi-jwt-secret-2026
# Token 有效期(小时)
expire_hours: 168
ai:
# 讯飞星火 LiteOpenAI 兼容接口)配置
# 获取方式:讯飞开放平台 https://console.xfyun.cn/ 创建应用后获取 APIPassword
spark:
api_key: ""
base_url: https://spark-api-open.xf-yun.com/v1
model: lite
# DeepSeek 配置
# 获取方式https://platform.deepseek.com/ 创建 API Key
deepseek:
api_key: ""
base_url: https://api.deepseek.com/v1
model: deepseek-chat