This commit is contained in:
WJQSERVER
2024-10-11 11:59:15 +08:00
parent f71c95e381
commit 794ba22232
+1 -1
View File
@@ -19,7 +19,7 @@ var (
cfg *config.Config
logw = logger.Logw
router *gin.Engine
configfile = "/data/ghproxy/config/config.yaml"
configfile = "/data/ghproxy/config/config.toml"
)
func ReadFlag() {