summaryrefslogtreecommitdiffstats
path: root/msb2pilot/src/msb2pilot/models/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'msb2pilot/src/msb2pilot/models/config.go')
-rw-r--r--msb2pilot/src/msb2pilot/models/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/msb2pilot/src/msb2pilot/models/config.go b/msb2pilot/src/msb2pilot/models/config.go
index 5773cf4..b8111a5 100644
--- a/msb2pilot/src/msb2pilot/models/config.go
+++ b/msb2pilot/src/msb2pilot/models/config.go
@@ -15,4 +15,5 @@ const (
EnvConsulAddress = "ConsulAddress" //http://localhost:8500
EnvK8sAddress = "K8sAddress"
EnvMsbAddress = "MsbAddress"
+ EnvApiGatewayName = "MsbApiGatewayName" // default value "apigateway"
)