From 3ecb61909fefe2f27f7329d8b8df86dba79f0477 Mon Sep 17 00:00:00 2001 From: Jesse <2302541+Kangaroux@users.noreply.github.com> Date: Wed, 8 Jul 2020 04:03:57 -0400 Subject: [PATCH] Add recaptcha_secret to config --- server/config.yaml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/server/config.yaml.dist b/server/config.yaml.dist index 937c1387..eec7d7fe 100644 --- a/server/config.yaml.dist +++ b/server/config.yaml.dist @@ -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