This commit is contained in:
nepiedg
2025-12-29 09:32:44 +00:00
commit a5a24562b2
13 changed files with 722 additions and 0 deletions
Executable
+17
View File
@@ -0,0 +1,17 @@
# 服务器配置
SERVER_PORT=8080
GIN_MODE=debug
# 数据库配置
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=your_password
DB_NAME=wx_service
# 微信小程序配置
WECHAT_APP_ID=your_app_id
WECHAT_APP_SECRET=your_app_secret
# JWT配置
JWT_SECRET=your-secret-key-change-in-production