2026-03-04 18:31:48 +08:00
|
|
|
cd "D:\idea project\ai_game\server"# 服务器配置
|
2026-03-03 16:57:49 +08:00
|
|
|
PORT=3000
|
|
|
|
|
|
|
|
|
|
# MySQL数据库配置
|
|
|
|
|
DB_HOST=localhost
|
|
|
|
|
DB_PORT=3306
|
|
|
|
|
DB_USER=root
|
2026-03-05 15:57:51 +08:00
|
|
|
DB_PASSWORD=liang20020523
|
2026-03-03 16:57:49 +08:00
|
|
|
DB_NAME=stardom_story
|
|
|
|
|
|
|
|
|
|
# 微信小游戏配置
|
|
|
|
|
WX_APPID=your_appid
|
|
|
|
|
WX_SECRET=your_secret
|