parent
b0d03dc922
commit
ad4f65275d
1 changed files with 3 additions and 0 deletions
|
@ -36,8 +36,11 @@ gitea:
|
||||||
repository:
|
repository:
|
||||||
FILE_MAX_SIZE: 30
|
FILE_MAX_SIZE: 30
|
||||||
MAX_FILES: 15
|
MAX_FILES: 15
|
||||||
|
TEMP_PATH: /tmp/uploads
|
||||||
repository.release:
|
repository.release:
|
||||||
ALLOWED_TYPES: .bz2,.gz,.md,.pdf,.tgz,.txt,.zip,.tar.gz,.txt,application/gzip,application/x-gzip,application/x-gtar,application/x-tgz,application/x-compressed-tar,text/plain
|
ALLOWED_TYPES: .bz2,.gz,.md,.pdf,.tgz,.txt,.zip,.tar.gz,.txt,application/gzip,application/x-gzip,application/x-gtar,application/x-tgz,application/x-compressed-tar,text/plain
|
||||||
|
packages:
|
||||||
|
CHUNKED_UPLOAD_PATH: /tmp/package-upload
|
||||||
git.timeout:
|
git.timeout:
|
||||||
migrate: 3600
|
migrate: 3600
|
||||||
default: 3600
|
default: 3600
|
||||||
|
|
Loading…
Add table
Reference in a new issue