diff --git a/.forgejo/workflows/publish-docker.yaml b/.forgejo/workflows/publish-docker.yaml index 987e015..8461141 100644 --- a/.forgejo/workflows/publish-docker.yaml +++ b/.forgejo/workflows/publish-docker.yaml @@ -38,4 +38,4 @@ jobs: file: ./Dockerfile no-cache: true push: true - tags: ${{ env.REGISTRY_URL }}/${{ env.REPOSITORY }}:20250708-01 + tags: ${{ env.REGISTRY_URL }}/${{ env.REPOSITORY }}:20250709-01 diff --git a/otdemo/otdemo.properties b/otdemo/otdemo.properties index 989700b..d81a7c6 100644 --- a/otdemo/otdemo.properties +++ b/otdemo/otdemo.properties @@ -12,7 +12,7 @@ cm.amq-adapter.generator-id=1 # https://docs.cleverthis.com/en/architecture/microservices/onboarding/python # NOTE: this is a comma-separated list of route mappings (multiple, comma-separated routes are allowed here) # cm-dev route -cm.amq-adapter.route-mapping=otdemo:otdemo-exchange:otdemo-queue:api.cm.dev.cleverthis.com.test-python.#:5:0 +cm.amq-adapter.route-mapping=otdemo:otdemo-exchange:otdemo-queue:api.cm.dev.cleverthis.com.test.python.#:5:0 # local route #cm.amq-adapter.route-mapping=otdemo::otdemo:api.dev.localhost.otdemo.#:5:0 # Indicate if AMQ Adapter should respond with HTTP 401 Unauthorized if the request does not contain valid JWT token