This commit is contained in:
starry
2025-06-18 17:07:43 +08:00
committed by GitHub
parent 143de7b254
commit c607061dae
2 changed files with 0 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
[server] [server]
# 监听地址,默认监听所有接口
host = "0.0.0.0" host = "0.0.0.0"
# 监听端口 # 监听端口
port = 5000 port = 5000

View File

@@ -99,7 +99,6 @@ func getManifestTTL(reference string) time.Duration {
return 10 * time.Minute return 10 * time.Minute
} }
// 普通tag: 中等缓存时间
return defaultTTL return defaultTTL
} }