Commit c8c6bc8a by felix

t

parents
// config config
module.exports = {
db:{
mysql:{
dbname:'ugenCloud',
username:'root',
password:"111111",//111111
tablePrefix:"sys",
options:{
host:"127.0.0.1",
pool: {
max: 5,
min: 0,
idle: 10000
},
dialectOptions: {
charset: 'utf8mb4'
},
define: {
charset: 'utf8mb4',
collate: 'utf8mb4_unicode_ci'
},
timezone:"+08:00"
}
},
mongo:{
url:"mongodb://127.0.0.1/ugenCloud",
tablePrefix:"sys",
options:{
server: {
reconnectTries: Number.MAX_VALUE ,
reconnectInterval:10000
}
}
}
},
supportAliIOT:false,
AliIOT:[{
appId:10002,
accountId:"1553200038436763",
keyId:"LTAINKAyUzvMlgPa",
keySecret:"Avi5NvAnSczvcgMON2tUIxCBNjK4sE",
mqName:"aliyun-iot-CKurLGS9xnF",
mqServer:"shanghai"
}],
SDS:[]
};
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment