Purge old/unverified keys or keys without an uploaded attribute.

This commit is contained in:
Tankred Hase
2017-08-22 12:13:15 +08:00
parent afacbf413f
commit 2af8310070
3 changed files with 83 additions and 0 deletions

View File

@@ -38,6 +38,10 @@ module.exports = {
name: process.env.SENDER_NAME,
email: process.env.SENDER_EMAIL
}
},
publicKey: {
purgeTimeInDays: process.env.PUBLIC_KEY_PURGE_TIME || 30
}
};