Update all.js

This commit is contained in:
David Baldwynn 2017-10-10 15:24:45 -07:00 committed by GitHub
parent 08c7bc19e9
commit 101f28ea88

7
config/env/all.js vendored
View File

@ -15,6 +15,13 @@ module.exports = {
}
},
admin:{
email: process.env.ADMIN_EMAIL || 'admin@admin.com';
username: process.env.ADMIN_USERNAME || 'root';
password: process.env.ADMIN_PASSWORD || 'root';
},
redisUrl: process.env.REDIS_URL || 'redis://127.0.0.1:6379',
port: process.env.PORT || 3000,