Commit b06dc220 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

Merge branch 'develop' into lts

parents 4ed4140f 5c7ae128
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2021-05-26T11:21:02.869-04:00
- Build date: 2021-07-12T13:38:29.098-04:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 0.0.1
- Build date: 2021-05-26T11:21:05.127-04:00
- Build date: 2021-07-12T13:38:31.445-04:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.0.0
- Build date: 2021-06-21T14:08:01.779-04:00[America/New_York]
- Build date: 2021-07-12T13:38:42.607-04:00[America/New_York]


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 2.1.1
- Build date: 2021-06-21T14:07:53.629-04:00[America/New_York]
- Build date: 2021-07-12T13:38:34.706-04:00[America/New_York]


### Running the server
+0 −5
Original line number Diff line number Diff line
@@ -46,13 +46,8 @@ const APP_TERMINATION_NOTIFICATION_SUBSCRIPTION_TYPE = "AppTerminationNotificati

var mutex *sync.Mutex

//const logModuleMSMgmt = "meep-app-enablement"
//const serviceName = "MEC Service Management"

var redisAddr string = "meep-redis-master.default.svc.cluster.local:6379"

//var influxAddr string = "http://meep-influxdb.default.svc.cluster.local:8086"

var APP_ENABLEMENT_DB = 5

var rc *redis.Connector
Loading