Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
house-type
Project
Project
Details
Activity
Releases
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
wangjiankun
house-type
Commits
48fad7d2
Commit
48fad7d2
authored
Jul 08, 2020
by
Breaker-93
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 添加uat环境配置并区分sit环境
parent
4239ab42
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
16 deletions
+32
-16
.env.crm
.env.crm
+0
-15
.env.sit
.env.sit
+15
-0
.env.uat
.env.uat
+15
-0
package.json
package.json
+2
-1
No files found.
.env.crm
deleted
100644 → 0
View file @
4239ab42
NODE_ENV = "production"
BASE_URL = "https://crm.breaker93.com/"
VUE_APP_PUBLIC_PATH = "https://crm.oss.com/breaker-blog"
VUE_APP_API = "https://crm.breaker93.com/api"
VUE_APP_OSS_SRC = ''
ACCESS_KEY_ID = "xxxxxxxxxxxxx"
ACCESS_KEY_SECRET = "xxxxxxxxxxxxx"
REGION = "oss-cn-hangzhou"
BUCKET = "breaker-crm"
PREFIX = "breaker-blog"
IS_ANALYZE = true
outputDir = 'crm'
\ No newline at end of file
.env.sit
0 → 100644
View file @
48fad7d2
# SIT 系统内部集成测试(System Integration Testing) ,作为内部测试的环境
NODE_ENV = 'production'
BASE_URL = 'https://prod.breaker93.com/'
VUE_APP_PUBLIC_PATH = './'
VUE_APP_API = 'http://106.2.11.235:38091/api/v1/'
VUE_APP_OSS_SRC = 'http://106.2.11.235:3323/server/realFile/'
ACCESS_KEY_ID = 'xxxxxxxxxxxxx'
ACCESS_KEY_SECRET = 'xxxxxxxxxxxxx'
REGION = 'oss-cn-hangzhou'
BUCKET = 'staven-prod'
PREFIX = 'staven-blog'
outputDir = 'sit'
\ No newline at end of file
.env.uat
0 → 100644
View file @
48fad7d2
# UAT 用户验收测试(User Acceptance Testing),作为客户体验的环境
NODE_ENV = 'production'
BASE_URL = 'https://prod.breaker93.com/'
VUE_APP_PUBLIC_PATH = './'
VUE_APP_API = 'http://106.2.11.235:38092/api/v1/'
VUE_APP_OSS_SRC = 'http://106.2.11.235:3324/server/realFile/'
ACCESS_KEY_ID = 'xxxxxxxxxxxxx'
ACCESS_KEY_SECRET = 'xxxxxxxxxxxxx'
REGION = 'oss-cn-hangzhou'
BUCKET = 'staven-prod'
PREFIX = 'staven-blog'
outputDir = 'prod'
package.json
View file @
48fad7d2
...
...
@@ -5,7 +5,8 @@
"scripts"
:
{
"serve"
:
"vue-cli-service serve"
,
"build"
:
"vue-cli-service build"
,
"crm"
:
"vue-cli-service build --mode crm"
,
"sit"
:
"vue-cli-service build --mode sit"
,
"uat"
:
"vue-cli-service build --mode uat"
,
"test:unit"
:
"vue-cli-service test:unit"
,
"test:e2e"
:
"vue-cli-service test:e2e"
,
"lint"
:
"vue-cli-service 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