guhongwei 4 yıl önce
ebeveyn
işleme
dcbc36fb0a
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 1 1
      config/config.local.js
  2. 1 1
      ecosystem.config.js
  3. 1 1
      package.json

+ 1 - 1
config/config.local.js

@@ -9,7 +9,7 @@ module.exports = () => {
   };
 
   config.mongoose = {
-    url: "mongodb://localhost:27017/servicezhwl",
+    url: 'mongodb://localhost:27017/servicezhwl',
     options: {
       // user: 'demo',
       // pass: 'demo',

+ 1 - 1
ecosystem.config.js

@@ -1,7 +1,7 @@
 /* eslint-disable quotes */
 'use strict';
 
-const app = "servicetest";
+const app = "servicezhwl";
 module.exports = {
   apps: [{
     name: app, // 应用名称

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "servicetest",
+  "name": "servicezhwl",
   "version": "1.0.0",
   "description": "",
   "private": true,