sipp11
9 years ago
14 changed files with 194 additions and 29 deletions
@ -0,0 +1,13 @@
|
||||
/*module.exports.connections = { |
||||
|
||||
|
||||
hackintoshMongo: { |
||||
adapter: 'sails-mongo', |
||||
host: '10hackintosh.vnll', |
||||
port: 27017, |
||||
// user: 'username',
|
||||
// password: 'password',
|
||||
database: 'feeder', |
||||
} |
||||
}; |
||||
*/ |
@ -0,0 +1,12 @@
|
||||
module.exports.connections = { |
||||
|
||||
njMongo: { |
||||
adapter: 'sails-mongo', |
||||
host: 'nj2', |
||||
port: 27017, |
||||
// user: 'username',
|
||||
// password: 'password',
|
||||
database: 'bbSailer', |
||||
} |
||||
|
||||
}; |
Loading…
Reference in new issue