Commit 3b5d481d authored by M. Rehan Abbasi's avatar M. Rehan Abbasi
Browse files

add MTS and BWM packages in repocfg

parent 4d6c36d1
Loading
Loading
Loading
Loading
+10 −5
Original line number Diff line number Diff line
@@ -1059,6 +1059,11 @@ repo:
        src: go-packages/meep-applications
        # supports linting
        lint: true
      meep-bwm-client:
        # location of source code
        src: go-packages/meep-bwm-client
        # supports linting
        lint: false
      meep-couch:
        # location of source code
        src: go-packages/meep-couch
@@ -1139,6 +1144,11 @@ repo:
        src: go-packages/meep-model
        # supports linting
        lint: true
      meep-mts-client:
        # location of source code
        src: go-packages/meep-mts-client
        # supports linting
        lint: false
      meep-mq:
        # location of source code
        src: go-packages/meep-mq
@@ -1229,11 +1239,6 @@ repo:
        src: go-packages/meep-dai-client
        # supports linting
        lint: false
      meep-tm-client:
        # location of source code
        src: go-packages/meep-tm-client
        # supports linting
        lint: false

    # Javascript Packages
    js-packages:
+48 −0
Original line number Diff line number Diff line
@@ -862,3 +862,51 @@ default:
#         path: '/'
#         method: 'GET'
#         mode: 'block'
#   #------------------------------
#   #  BWM Service (Sbox)
#   #------------------------------
#   - name: 'meep-tm'
#     api: 'bwm'
#     path: '/bwm/v1'
#     sbox: true
#     default:
#       mode: 'allow'
#     fileservers:
#       - name: 'Api'
#         path: '/api'
#         mode: 'allow'
#       - name: 'UserApi'
#         path: '/user-api'
#         mode: 'allow'
#       - name: 'Websocket'
#         path: '/ws'
#         mode: 'allow'
#     endpoints:
#       - name: 'Index'
#         path: '/'
#         method: 'GET'
#         mode: 'block'
#   #------------------------------
#   #  MTS Service (Sbox)
#   #------------------------------
#   - name: 'meep-tm'
#     api: 'mts'
#     path: '/mts/v1'
#     sbox: true
#     default:
#       mode: 'allow'
#     fileservers:
#       - name: 'Api'
#         path: '/api'
#         mode: 'allow'
#       - name: 'UserApi'
#         path: '/user-api'
#         mode: 'allow'
#       - name: 'Websocket'
#         path: '/ws'
#         mode: 'allow'
#     endpoints:
#       - name: 'Index'
#         path: '/'
#         method: 'GET'
#         mode: 'block'