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
1089
;ENABLED = true
1089
1090
;;
1090
-
;; Path for uploads. Defaults to `data/tmp/uploads` (content gets deleted on gitea restart)
1091
-
;TEMP_PATH = data/tmp/uploads
1091
+
;; Path for uploads. Defaults to `uploads` under `TEMP_PATH` except it's an absolute path (content gets deleted on gitea restart)
1092
+
;TEMP_PATH = uploads
1092
1093
;;
1093
1094
;; 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
1095
;ALLOWED_TYPES =
@@ -2588,8 +2589,8 @@ LEVEL = Info
2588
2589
;; Currently, only `minio` and `azureblob` is supported.
2589
2590
;SERVE_DIRECT = false
2590
2591
;;
2591
-
;; Path for chunked uploads. Defaults to APP_DATA_PATH + `tmp/package-upload`
2592
-
;CHUNKED_UPLOAD_PATH = tmp/package-upload
2592
+
;; Path for chunked uploads. Defaults to `package-upload` under `TEMP_PATH` except it's an absolute path.
2593
+
;CHUNKED_UPLOAD_PATH = package-upload
2593
2594
;;
2594
2595
;; Maximum count of package versions a single owner can have (`-1` means no limits)
0 commit comments