将默认端口改为8082

This commit is contained in:
2026-04-09 15:34:23 +08:00
parent 84d3f54b7f
commit 4cdc861d03
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ func GetDefaultConfig() Config {
LanguageWeight: 0.5,
ConsecutiveKeyWeight: 1.3,
BacklinkWeight: 1.0,
ServerPort: 80,
ServerPort: 8082,
FlushIntervalSeconds: 300,
},
Backlink: BacklinkConfig{