Creating test scaffold

This commit is contained in:
Chris Troutner
2019-01-21 18:09:09 -08:00
parent 3b34ce5f12
commit 55f649cb13
8 changed files with 114 additions and 5 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ export default {
module.exports = {
session: 'secret-boilerplate-token',
token: 'secret-jwt-token',
database: 'mongodb://localhost:27017/p2pvps-server-dev'
database: 'mongodb://localhost:27017/iredmail-dev'
}