Commit 2479f091 authored by Ikram Haq's avatar Ikram Haq
Browse files

Merge branch 'STF678_Task1_2_MEC013' into STF678_Task1_2

parents 3730bc8e c17eb094
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ image:
  env:
    MEEP_INSTANCE_ID: {{.InstanceId}}
    MEEP_SANDBOX_NAME: {{.SandboxName}}
    MEEP_SVC_PATH: /location/v2
    MEEP_SVC_PATH: /location/v3
    MEEP_HOST_URL: {{.HostUrl}}
    {{- if .IsMepService }}
    MEEP_MEP_NAME: {{.MepName}}
+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,7 @@ default:
#   #  Location Service (Sbox)
#   #------------------------------
#   - name: 'meep-loc-serv'
#     path: '/location/v2'
#     path: '/location/v3'
#     sbox: true
#     default:
#       mode: 'allow'
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ services:
  #  Location Service (Sbox)
  #------------------------------
  - name: 'meep-loc-serv'
    path: '/location/v2'
    path: '/location/v3'
    sbox: true
    default:
      mode: 'verify'
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM debian:9.6-slim
FROM debian:11.7-slim
COPY ./meep-ams /meep-ams
COPY ./api /api
COPY ./user-api /user-api
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM debian:9.6-slim
FROM debian:11.7-slim
COPY ./meep-app-enablement /meep-app-enablement
COPY ./api /api
COPY ./user-api /user-api
Loading