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) {
|
||||
this.properties = {
|
||||
ENV: {
|
||||
//运行环境定义
|
||||
ApsaraStack: 'ApsaraStack', //标专
|
||||
DXZ: 'DXZ', //大小专
|
||||
OXS: 'OXS', //OXS
|
||||
Internal: 'Internal', //对内()
|
||||
Standalone: 'Standalone', //软件化输出
|
||||
RQY: 'RQY', //敏捷版
|
||||
PaaS: 'PaaS', //paas化版本
|
||||
},
|
||||
name: 'SREWorks',
|
||||
|
|
Loading…
Reference in New Issue