feat: 星域故事汇小游戏初始版本
This commit is contained in:
13
server/.env.example
Normal file
13
server/.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# 服务器配置
|
||||
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
|
||||
Reference in New Issue
Block a user