Commit 1e60e668 by yangmengmeng

修改配置文件

parent 66d5ba9e
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
module.exports = { module.exports = {
apps: [ apps: [
{ {
name: 'pt-sys', name: 'pt-tobacco',
script: './node_modules/nuxt-start/bin/nuxt-start.js', script: './node_modules/nuxt-start/bin/nuxt-start.js',
instances: 2, instances: 2,
max_memory_restart: '512M', max_memory_restart: '512M',
......
// 请求地址
WEB_URL=http://sys.devtest.patzn.com
BASE_URL=http://api.devtest.patzn.com
SSO_URL=http://sso.devtest.patzn.com
STATIC_URL=http://static.patzn.com
NODE_ENV=devtest
// 请求地址
WEB_URL=http://sys.pertest.patzn.com
BASE_URL=http://api.pertest.patzn.com
SSO_URL=http://sso.pertest.patzn.com
STATIC_URL=http://static.patzn.com
NODE_ENV=pertest
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"build": "nuxt build", "build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js", "start": "cross-env NODE_ENV=production node server/index.js",
"test": "cross-env NODE_ENV=testing node server/index.js", "test": "cross-env NODE_ENV=testing node server/index.js",
"devtest": "cross-env NODE_ENV=devtest node server/index.js", "pertest": "cross-env NODE_ENV=pertest node server/index.js",
"generate": "nuxt generate", "generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .", "lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint" "precommit": "npm run lint"
......
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