Skip to content

Commit

Permalink
Merge pull request #86 from FreeFeed/add-admin-email
Browse files Browse the repository at this point in the history
Add adminEmail field to the server config
  • Loading branch information
davidmz authored Feb 23, 2024
2 parents 2e4f38b + f3c6235 commit 2eee50a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/server/templates/local.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"serviceName": "FreeFeed",
"monitorPrefix": "{{ monitor_prefix }}",
"trustProxyHeaders": true,
"adminEmail": "[email protected]",
"recaptcha": {
"enabled": true,
"secret": "{{ recaptcha_server_secret }}"
Expand Down

0 comments on commit 2eee50a

Please sign in to comment.