Merge pull request #854 from hackmdio/feature/disableGravatar

Allow to disable gravatar
This commit is contained in:
Christoph (Sheogorath) Kern
2018-06-24 01:59:06 +02:00
committed by GitHub
5 changed files with 23 additions and 27 deletions

View File

@@ -147,5 +147,6 @@ module.exports = {
},
email: true,
allowEmailRegister: true,
allowGravatar: true,
allowPDFExport: true
}