Add recaptcha_secret to config
This commit is contained in:
parent
882cb91ae0
commit
3ecb61909f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ name: szurubooru
|
|||
domain: # example: http://example.com
|
||||
# used to salt the users' password hashes and generate filenames for static content
|
||||
secret: change
|
||||
recaptcha_secret: change
|
||||
|
||||
# Delete thumbnails and source files on post delete
|
||||
# Original functionality is no, to mitigate the impacts of admins going
|
||||
|
|
Reference in a new issue