generate ssl keys

This commit is contained in:
David Baldwynn 2015-07-13 12:33:43 -07:00
parent e1220596f6
commit a476049f03
2 changed files with 3 additions and 3 deletions

2
config/env/all.js vendored
View file

@ -6,7 +6,7 @@ module.exports = {
description: 'Generate Forms from PDFs',
keywords: 'typeform, pdfs, forms, generator, form generator',
},
port: process.env.PORT || 5000,
port: process.env.PORT || 3000,
templateEngine: 'swig',
// The secret should be set to a non-guessable string that
// is used to compute a session hash

View file

@ -4,8 +4,8 @@ module.exports = {
db: {
uri: process.env.MONGOHQ_URL || process.env.MONGOLAB_URI || 'mongodb://' + (process.env.DB_1_PORT_27017_TCP_ADDR || 'localhost') + '/mean',
options: {
user: '',
pass: ''
user: 'admin',
pass: 'admin'
}
},
log: {