Commit 55fe6f6f authored by Guy Thouret's avatar Guy Thouret

(fix) Add required recaptcha key to settings.example.php - #661

1 merge request!283Fixes for various blocking and unblocking errors/warnings in dev environment
Pipeline #72578617 passed with stages
in 10 minutes and 19 seconds
......@@ -250,6 +250,9 @@ $CONFIG->set('google', [
'key_path' => __DIR__ . '/.auth/analytics.json',
],
'ads' => '', // get it from https://ga-dev-tools.appspot.com/account-explorer/
],
'recaptcha' => [
'site_key' => '12345'
]
]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment