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
1092
;ENABLED = true
1093
1093
;;
1094
-
;; Path for uploads. Defaults to `uploads` under `TEMP_PATH` except it's an absolute path (content gets deleted on gitea restart)
1094
+
;; Path for uploads. Defaults to TEMP_PATH + `uploads`
1095
1095
;TEMP_PATH = uploads
1096
1096
;;
1097
1097
;; Comma-separated list of allowed file extensions (`.zip`), mime types (`text/plain`) or wildcard type (`image/*`, `audio/*`, `video/*`). Empty value or `*/*` allows all types.
@@ -2592,7 +2592,7 @@ LEVEL = Info
2592
2592
;; Currently, only `minio` and `azureblob` is supported.
2593
2593
;SERVE_DIRECT = false
2594
2594
;;
2595
-
;; Path for chunked uploads. Defaults to `package-upload` under `TEMP_PATH` except it's an absolute path.
2595
+
;; Path for chunked uploads. Defaults it's `package-upload` under `TEMP_PATH` unless it's an absolute path.
2596
2596
;CHUNKED_UPLOAD_PATH = package-upload
2597
2597
;;
2598
2598
;; Maximum count of package versions a single owner can have (`-1` means no limits)
0 commit comments