mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-31 07:08:40 -04:00
Merge pull request #854 from hackmdio/feature/disableGravatar
Allow to disable gravatar
This commit is contained in:
commit
d87505d583
5 changed files with 23 additions and 27 deletions
|
@ -147,5 +147,6 @@ module.exports = {
|
|||
},
|
||||
email: true,
|
||||
allowEmailRegister: true,
|
||||
allowGravatar: true,
|
||||
allowPDFExport: true
|
||||
}
|
||||
|
|
|
@ -120,5 +120,6 @@ module.exports = {
|
|||
},
|
||||
email: toBooleanConfig(process.env.HMD_EMAIL),
|
||||
allowEmailRegister: toBooleanConfig(process.env.HMD_ALLOW_EMAIL_REGISTER),
|
||||
allowGravatar: toBooleanConfig(process.env.HMD_ALLOW_GRAVATAR),
|
||||
allowPDFExport: toBooleanConfig(process.env.HMD_ALLOW_PDF_EXPORT)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue