mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-24 06:55:12 +00:00
upd(configs): add new StripeVerify boolean
This commit is contained in:
parent
e7a08244d4
commit
531e4a43ad
3 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue