14 lines
246 B
Plaintext
14 lines
246 B
Plaintext
cd "D:\idea project\ai_game\server"# 服务器配置
|
|
PORT=3000
|
|
|
|
# MySQL数据库配置
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_USER=root
|
|
DB_PASSWORD=your_password
|
|
DB_NAME=stardom_story
|
|
|
|
# 微信小游戏配置
|
|
WX_APPID=your_appid
|
|
WX_SECRET=your_secret
|