初始化项目
This commit is contained in:
12
agent-operator/config/CmiiEnvConfig.go
Normal file
12
agent-operator/config/CmiiEnvConfig.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package config
|
||||
|
||||
const (
|
||||
Dev = "uavcloud-dev"
|
||||
DevFlight = "uavcloud-devflight"
|
||||
DevOperation = "uavcloud-devoperation"
|
||||
Validation = "uavcloud-feature"
|
||||
Integration = "uavcloud-test"
|
||||
Uat = "uavcloud-uat"
|
||||
Demo = "uavcloud-demo"
|
||||
Uavms = "uavcloud-uavms"
|
||||
)
|
||||
Reference in New Issue
Block a user