diff --git a/backend/app/main.go b/backend/app/main.go index 5b21fb07..82ab47a7 100644 --- a/backend/app/main.go +++ b/backend/app/main.go @@ -86,7 +86,7 @@ type AvatarGroup struct { FS struct { Path string `long:"path" env:"PATH" default:"./var/avatars" description:"avatars location"` } `group:"fs" namespace:"fs" env-namespace:"FS"` - RszLmt int `long:"rsz-lmt" env:"RSZ_LMT" default:"0" description:"max image size for resizing avatars on save"` + RszLmt int `long:"rsz-lmt" env:"RESIZE" default:"0" description:"max image size for resizing avatars on save"` } // CacheGroup defines options group for cache params