feat: 系统分类初始数据并调整Go模块依赖。

This commit is contained in:
2026-01-26 08:56:45 +08:00
parent 1d83ac3b5e
commit e45c8f2f3c
4 changed files with 6 additions and 54 deletions

6
.env
View File

@@ -5,7 +5,7 @@
# ============================================
# 服务器配置
# ============================================
SERVER_PORT=8080
SERVER_PORT=2612
ENVIRONMENT=development
# ============================================
@@ -53,8 +53,8 @@ JWT_REFRESH_EXPIRY=168h
# ============================================
GITHUB_CLIENT_ID=Ov23liWppFX67560JfBf
GITHUB_CLIENT_SECRET=7e154e464dccd913a92cf580021f2a5dc51aac93
GITHUB_REDIRECT_URL=http://localhost:8080/api/v1/auth/github/callback
FRONTEND_URL=http://localhost:5173
GITHUB_REDIRECT_URL=http://localhost:2612/api/v1/auth/github/callback
FRONTEND_URL=http://localhost:2613
# ============================================
# 网络配置