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`
1088
1075
;ENABLED = true
1089
1076
;;
1090
-
;; Path for uploads. Defaults to `data/tmp/uploads` (content gets deleted on gitea restart)
1091
-
;TEMP_PATH = data/tmp/uploads
1092
-
;;
1093
1077
;; Comma-separated list of allowed file extensions (`.zip`), mime types (`text/plain`) or wildcard type (`image/*`, `audio/*`, `video/*`). Empty value or `*/*` allows all types.
1094
1078
;ALLOWED_TYPES =
1095
1079
;;
@@ -2594,9 +2578,6 @@ LEVEL = Info
2594
2578
;; Currently, only `minio` and `azureblob` is supported.
2595
2579
;SERVE_DIRECT = false
2596
2580
;;
2597
-
;; Path for chunked uploads. Defaults to APP_DATA_PATH + `tmp/package-upload`
2598
-
;CHUNKED_UPLOAD_PATH = tmp/package-upload
2599
-
;;
2600
2581
;; Maximum count of package versions a single owner can have (`-1` means no limits)
2601
2582
;LIMIT_TOTAL_OWNER_COUNT = -1
2602
2583
;; Maximum size of packages a single owner can use (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
0 commit comments