Add /admin page

This commit is contained in:
Christoph Wiechert
2017-07-12 15:19:53 +02:00
parent 4c2f5c1d94
commit 1bb9d5792f
10 changed files with 300 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ module.exports = {
"1209600": "2 Weeks"
},
"defaultRetention": 3600,
"sslKeyFile": './tmp/cert.key',
"sslCertFile": './tmp/cert.pem',
"adminPass": "admin"
// "sslKeyFile": './tmp/cert.key',
// "sslCertFile": './tmp/cert.pem',
};