chore: make stripeAgeCheck not type undefined
This commit is contained in:
parent
b3b5872e3e
commit
b60dd15568
6 changed files with 15 additions and 15 deletions
|
|
@ -312,11 +312,11 @@ checkActivityPubGetSignature: false
|
|||
# downloadTimeout: 30
|
||||
# maxFileSize: 262144000
|
||||
|
||||
# enable stripe identity for ID verification
|
||||
#stripeAgeCheck:
|
||||
# enabled: true
|
||||
# key: sk_
|
||||
# hookKey: whsec_
|
||||
# Stripe identity for ID verification
|
||||
stripeAgeCheck:
|
||||
enabled: false
|
||||
key: sk_
|
||||
hookKey: whsec_
|
||||
|
||||
# PID File of master process
|
||||
#pidFile: /tmp/misskey.pid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue