Ignore config/development.js
This commit is contained in:
parent
0d6a9fdae5
commit
aa850377d5
2
.gitignore
vendored
2
.gitignore
vendored
@ -37,3 +37,5 @@ node_modules
|
||||
|
||||
# npm v5+ lockfile
|
||||
package-lock.json
|
||||
|
||||
config/development.js
|
||||
|
@ -1,27 +0,0 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
|
||||
mongo: {
|
||||
uri: '127.0.0.1:27017/keyserver-test',
|
||||
user: 'keyserver-user',
|
||||
pass: 'trfepCpjhVrqgpXFWsEF'
|
||||
},
|
||||
|
||||
email: {
|
||||
host: 'smtp.gmail.com',
|
||||
port: 465,
|
||||
tls: true,
|
||||
starttls: true,
|
||||
pgp: true,
|
||||
auth: {
|
||||
user: 'user@gmail.com',
|
||||
pass: 'password'
|
||||
},
|
||||
sender: {
|
||||
name: 'OpenPGP Key Server',
|
||||
email: 'user@gmail.com'
|
||||
}
|
||||
}
|
||||
|
||||
};
|
Loading…
Reference in New Issue
Block a user