明树Git Lab

Commit e93744b7 authored by zfp1's avatar zfp1

update

parent f102052a
{ {
"tokenEx": 86400, "tokenEx": 86400,
"dbURI": "mongodb://root:letian2024.@127.0.0.1:27017/letian?authSource=admin", "dbURI": "mongodb://bridata:Mingshu20170706@127.0.0.1:27017/PAWechat?authSource=admin"
"file": {
"storagePath": "/mnt/vdb1/uploadfiles"
}
} }
\ No newline at end of file
...@@ -72,5 +72,5 @@ app.use(function (err, req, res, next) { ...@@ -72,5 +72,5 @@ app.use(function (err, req, res, next) {
const server = require('http').createServer(app); const server = require('http').createServer(app);
server.listen(process.env.PORT || 3001, function () { server.listen(process.env.PORT || 3001, function () {
console.log(`****** server is listening : ${process.env.PORT} || 3000`); console.log(`****** server is listening : ${process.env.PORT || 3001}`);
}); });
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