fix: update defaults

- static value for notifyEmail
- set default healthCheck to "false"
This commit is contained in:
Dan Anglin 2020-05-09 17:50:51 +01:00
parent 984fee240b
commit 0af4dcac8c
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -2,7 +2,7 @@
pleroma_defaults:
config:
email: admin@localhost
notifyEmail: no_reply@{{ pleroma.config.host }}
notifyEmail: no_reply@pleroma.localhost
host: pleroma.localhost
listeningPort: 4000
instanceName: "Ansible Pleroma"
@ -10,7 +10,7 @@ pleroma_defaults:
characterLimit: 5000
registrationsOpen: "false"
configurableFromDatabase: "false"
healthCheck: "true"
healthCheck: "false"
remotePostRetentionDays: 90
logLevel: info
federating: "true"