|
@@ -1,15 +1,19 @@
|
|
|
module.exports = {
|
|
|
current: {server: "192.168.1.184", port: "60666",redis:{server:'192.168.1.184',port:'6379',pwd:'smartCost'}},
|
|
|
local: {server: "localhost", port: "27017"},
|
|
|
- qa: {server: "192.168.1.184", port: "60666", options:{
|
|
|
- user:'smartcost',
|
|
|
- pass:'smartcost3850888',
|
|
|
- auth: {
|
|
|
- "authdb": "admin"
|
|
|
- },
|
|
|
- connectTimeoutMS: 20000,
|
|
|
- useMongoClient: true
|
|
|
- }},
|
|
|
+ qa: {
|
|
|
+ server: "192.168.1.184",
|
|
|
+ port: "60666",
|
|
|
+ options:{
|
|
|
+ user:'smartcost',
|
|
|
+ pass:'smartcost3850888',
|
|
|
+ auth: {
|
|
|
+ "authdb": "admin"
|
|
|
+ },
|
|
|
+ connectTimeoutMS: 20000,
|
|
|
+ useMongoClient: true
|
|
|
+ }
|
|
|
+ },
|
|
|
test_auth: {
|
|
|
server: "120.78.150.216",
|
|
|
port: "27017",
|