generated from VLADIMIR/template
fix
This commit is contained in:
@@ -58,7 +58,7 @@ func GetUserClientHost() string {
|
||||
}
|
||||
|
||||
func GetFileHost() string {
|
||||
host := os.Getenv("HOST")
|
||||
host := os.Getenv("FILE_HOST")
|
||||
if host != "" {
|
||||
return host
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user