You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
;; Whether repository file uploads are enabled. Defaults to `true`
1092
1079
;ENABLED = true
1093
1080
;;
1094
-
;; Path for uploads. Defaults to TEMP_PATH + `uploads`
1095
-
;TEMP_PATH = uploads
1096
-
;;
1097
1081
;; Comma-separated list of allowed file extensions (`.zip`), mime types (`text/plain`) or wildcard type (`image/*`, `audio/*`, `video/*`). Empty value or `*/*` allows all types.
1098
1082
;ALLOWED_TYPES =
1099
1083
;;
@@ -2592,9 +2576,6 @@ LEVEL = Info
2592
2576
;; Currently, only `minio` and `azureblob` is supported.
2593
2577
;SERVE_DIRECT = false
2594
2578
;;
2595
-
;; Path for chunked uploads. Defaults it's `package-upload` under `TEMP_PATH` unless it's an absolute path.
2596
-
;CHUNKED_UPLOAD_PATH = package-upload
2597
-
;;
2598
2579
;; Maximum count of package versions a single owner can have (`-1` means no limits)
2599
2580
;LIMIT_TOTAL_OWNER_COUNT = -1
2600
2581
;; Maximum size of packages a single owner can use (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
0 commit comments