mirror of https://github.com/alibaba/SREWorks.git
Update Property.js
This commit is contained in:
parent
d5c435f8b3
commit
ebdcca36e0
|
@ -2,13 +2,7 @@ class Property {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
this.properties = {
|
this.properties = {
|
||||||
ENV: {
|
ENV: {
|
||||||
//运行环境定义
|
|
||||||
ApsaraStack: 'ApsaraStack', //标专
|
|
||||||
DXZ: 'DXZ', //大小专
|
|
||||||
OXS: 'OXS', //OXS
|
|
||||||
Internal: 'Internal', //对内()
|
|
||||||
Standalone: 'Standalone', //软件化输出
|
Standalone: 'Standalone', //软件化输出
|
||||||
RQY: 'RQY', //敏捷版
|
|
||||||
PaaS: 'PaaS', //paas化版本
|
PaaS: 'PaaS', //paas化版本
|
||||||
},
|
},
|
||||||
name: 'SREWorks',
|
name: 'SREWorks',
|
||||||
|
|
Loading…
Reference in New Issue