Adds PDF export via config

This commit is contained in:
geekyd
2017-10-25 19:19:37 +05:30
parent c794412714
commit d63e6780eb
6 changed files with 22 additions and 8 deletions

View File

@@ -94,5 +94,6 @@ module.exports = {
tlsca: undefined
},
email: true,
allowemailregister: true
allowemailregister: true,
allowpdfexport: true
}