Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pt-tobacco-lims-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangweidong
pt-tobacco-lims-web
Commits
1e60e668
Commit
1e60e668
authored
Dec 12, 2020
by
yangmengmeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置文件
parent
66d5ba9e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
ecosystem.config.js
ecosystem.config.js
+1
-1
.env.devtest
env/.env.devtest
+0
-6
.env.pertest
env/.env.pertest
+6
-0
package.json
package.json
+1
-1
No files found.
ecosystem.config.js
View file @
1e60e668
...
@@ -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'
,
...
...
env/.env.devtest
deleted
100644 → 0
View file @
66d5ba9e
// 请求地址
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
env/.env.pertest
0 → 100644
View file @
1e60e668
// 请求地址
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
package.json
View file @
1e60e668
...
@@ -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=dev
test node server/index.js"
,
"
pertest"
:
"cross-env NODE_ENV=per
test 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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment