This commit is contained in:
2026-05-17 11:56:46 +07:00
parent 7f88fc6b0f
commit 2f5dd75460
5 changed files with 13 additions and 20 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ func GetUserClientHost() string {
}
func GetFileHost() string {
host := os.Getenv("HOST")
host := os.Getenv("FILE_HOST")
if host != "" {
return host
}