|
|
@ -367,6 +367,7 @@ cors(corsOptions), (req, res, next) => { |
|
|
|
RES.error = 'no' |
|
|
|
} |
|
|
|
if(RES.error == 'ok'){ |
|
|
|
|
|
|
|
var resdata = await getuserpipelines(RES.token,isvalid.user,RES.swarmlabname) |
|
|
|
var mongourl = "mongodb://"+CONFIG.mongo.user+":"+CONFIG.mongo.password+"@ondemand_playground_mongo1:27017,ondemand_playground_mongo2:27017,ondemand_playground_mongo3:27017,ondemand_playground_mongo4:27017,ondemand_playground_mongo5:27017,ondemand_playground_mongo6:27017,ondemand_playground_mongo7:27017/fluent?replicaSet=rs1&authSource=swarmlabplaygroundstats" |
|
|
|
const OPTS = { |
|
|
|