Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
176
Issues
176
List
Boards
Labels
Service Desk
Milestones
Merge Requests
39
Merge Requests
39
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
55fe6f6f
Commit
55fe6f6f
authored
13 minutes ago
by
Guy Thouret
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fix) Add required recaptcha key to settings.example.php -
#661
parent
81923a3e
chore/661-misc-fixes
1 merge request
!283
Fixes for various blocking and unblocking errors/warnings in dev environment
Pipeline
#72578617
passed with stages
in 10 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
settings.example.php
settings.example.php
+3
-0
No files found.
settings.example.php
View file @
55fe6f6f
...
...
@@ -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'
]
]);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment