Implement static bootstrap homepage

This commit is contained in:
Tankred Hase
2016-06-11 01:06:14 +02:00
parent ab8d0e7496
commit 5087ad1f3a
9 changed files with 237 additions and 95 deletions

View File

@@ -31,10 +31,6 @@ module.exports = {
name: process.env.SENDER_NAME,
email: process.env.SENDER_EMAIL
}
},
ui: {
title: process.env.UI_TITLE || 'OpenPGP Public Key Server'
}
};