9 lines
170 B
JavaScript
9 lines
170 B
JavaScript
module.exports = {
|
|
defaults: {
|
|
uri: 'mongodb://localhost/fingerprint'
|
|
},
|
|
production: {
|
|
uri: 'mongodb://fpSupreme:weIzTouching--Peeps@localhost/fingerprint'
|
|
}
|
|
};
|