diff --git a/.config/ci.yml b/.config/ci.yml index 44092d3662..da4672cb33 100644 --- a/.config/ci.yml +++ b/.config/ci.yml @@ -217,5 +217,13 @@ checkActivityPubGetSignature: false #customMOTD: ['Hello World', 'The sharks rule all', 'Shonks'] +# timeout and maximum size for imports (e.g. note imports) +#import: +# downloadTimeout: 30 +# maxFileSize: 262144000 + +# enable stripe identity for ID verification +#stripeverify: true + # Upload or download file size limits (bytes) #maxFileSize: 262144000 diff --git a/.config/docker_example.yml b/.config/docker_example.yml index de95f1b21a..dd5c5f2195 100644 --- a/.config/docker_example.yml +++ b/.config/docker_example.yml @@ -292,5 +292,13 @@ checkActivityPubGetSignature: false #customMOTD: ['Hello World', 'The sharks rule all', 'Shonks'] +# timeout and maximum size for imports (e.g. note imports) +#import: +# downloadTimeout: 30 +# maxFileSize: 262144000 + +# enable stripe identity for ID verification +#stripeverify: true + # Upload or download file size limits (bytes) #maxFileSize: 262144000 diff --git a/.config/example.yml b/.config/example.yml index 21e85b7b89..c773cac703 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -312,5 +312,8 @@ checkActivityPubGetSignature: false # downloadTimeout: 30 # maxFileSize: 262144000 +# enable stripe identity for ID verification +#stripeverify: true + # PID File of master process #pidFile: /tmp/misskey.pid