Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
witiumCloud2
Project
Project
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
WitCloud
witiumCloud2
Commits
a2262485
Commit
a2262485
authored
May 10, 2019
by
Carit Zhu
🎱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试环境
parent
e3cdfd4e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
0 deletions
+23
-0
angular.json
angular.json
+17
-0
environment.test.ts
src/environments/environment.test.ts
+5
-0
environment.ts
src/environments/environment.ts
+1
-0
No files found.
angular.json
View file @
a2262485
...
@@ -67,6 +67,23 @@
...
@@ -67,6 +67,23 @@
"maximumError"
:
"10mb"
"maximumError"
:
"10mb"
}
}
]
]
},
"test"
:
{
"fileReplacements"
:
[
{
"replace"
:
"src/environments/environment.ts"
,
"with"
:
"src/environments/environment.test.ts"
}
],
"optimization"
:
true
,
"outputHashing"
:
"all"
,
"sourceMap"
:
false
,
"extractCss"
:
true
,
"namedChunks"
:
false
,
"aot"
:
true
,
"extractLicenses"
:
true
,
"vendorChunk"
:
false
,
"buildOptimizer"
:
true
}
}
}
}
},
},
...
...
src/environments/environment.test.ts
0 → 100644
View file @
a2262485
export
const
environment
=
{
production
:
false
,
test
:
true
,
baseUrl
:
'http://172.16.1.13:8094'
,
// 测试
};
src/environments/environment.ts
View file @
a2262485
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
export
const
environment
=
{
export
const
environment
=
{
production
:
false
,
production
:
false
,
test
:
false
,
// baseUrl: 'http://cloud-test.witium.com/api', // 对外访问测试网地址
// baseUrl: 'http://cloud-test.witium.com/api', // 对外访问测试网地址
// baseUrl: 'http://172.16.1.53:8092', // cy
// baseUrl: 'http://172.16.1.53:8092', // cy
baseUrl
:
'http://172.16.1.52:8094'
,
// zz
baseUrl
:
'http://172.16.1.52:8094'
,
// zz
...
...
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