@@ -2335,6 +2335,35 @@ ROUTER = console
23352335; ;
23362336; ; Path for chunked uploads. Defaults to APP_DATA_PATH + `tmp/package-upload`
23372337; CHUNKED_UPLOAD_PATH = tmp/package-upload
2338+ ; ;
2339+ ; ; Maxmimum count of package versions a single owner can have (`-1` means no limits)
2340+ ; LIMIT_TOTAL_OWNER_COUNT = -1
2341+ ; ; Maxmimum size of packages a single owner can use (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2342+ ; LIMIT_TOTAL_OWNER_SIZE = -1
2343+ ; ; Maxmimum size of a Composer upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2344+ ; LIMIT_SIZE_COMPOSER = -1
2345+ ; ; Maxmimum size of a Conan upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2346+ ; LIMIT_SIZE_CONAN = -1
2347+ ; ; Maxmimum size of a Container upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2348+ ; LIMIT_SIZE_CONTAINER = -1
2349+ ; ; Maxmimum size of a Generic upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2350+ ; LIMIT_SIZE_GENERIC = -1
2351+ ; ; Maxmimum size of a Helm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2352+ ; LIMIT_SIZE_HELM = -1
2353+ ; ; Maxmimum size of a Maven upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2354+ ; LIMIT_SIZE_MAVEN = -1
2355+ ; ; Maxmimum size of a npm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2356+ ; LIMIT_SIZE_NPM = -1
2357+ ; ; Maxmimum size of a NuGet upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2358+ ; LIMIT_SIZE_NUGET = -1
2359+ ; ; Maxmimum size of a Pub upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2360+ ; LIMIT_SIZE_PUB = -1
2361+ ; ; Maxmimum size of a PyPI upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2362+ ; LIMIT_SIZE_PYPI = -1
2363+ ; ; Maxmimum size of a RubyGems upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2364+ ; LIMIT_SIZE_RUBYGEMS = -1
2365+ ; ; Maxmimum size of a Vagrant upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2366+ ; LIMIT_SIZE_VAGRANT = -1
23382367
23392368; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
23402369; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
0 commit comments