@@ -9,7 +9,7 @@ module.exports = () => {
};
config.mongoose = {
- url: "mongodb://localhost:27017/servicezhwl",
+ url: 'mongodb://localhost:27017/servicezhwl',
options: {
// user: 'demo',
// pass: 'demo',
@@ -1,7 +1,7 @@
/* eslint-disable quotes */
'use strict';
-const app = "servicetest";
+const app = "servicezhwl";
module.exports = {
apps: [{
name: app, // 应用名称
@@ -1,5 +1,5 @@
{
- "name": "servicetest",
+ "name": "servicezhwl",
"version": "1.0.0",
"description": "",
"private": true,