sipp11
9 years ago
9 changed files with 108 additions and 87 deletions
@ -1,13 +1,20 @@ |
|||||||
/*module.exports.connections = { |
module.exports.connections = { |
||||||
|
|
||||||
|
|
||||||
hackintoshMongo: { |
hackintoshMongo: { |
||||||
adapter: 'sails-mongo', |
adapter: 'sails-mongo', |
||||||
host: '10hackintosh.vnll', |
host: '10hackintosh', |
||||||
|
port: 27017, |
||||||
|
// user: 'username',
|
||||||
|
// password: 'password',
|
||||||
|
database: 'sails', |
||||||
|
}, |
||||||
|
jarvisBlackboard: { |
||||||
|
adapter: 'sails-mongo', |
||||||
|
host: '10hackintosh', |
||||||
port: 27017, |
port: 27017, |
||||||
// user: 'username',
|
// user: 'username',
|
||||||
// password: 'password',
|
// password: 'password',
|
||||||
database: 'feeder', |
database: 'jarvis-bb', |
||||||
} |
} |
||||||
|
|
||||||
}; |
}; |
||||||
*/ |
|
Loading…
Reference in new issue