Skip to content

Commit

Permalink
feat: microcks#1020 Adapt configuration to allow extension of protoco…
Browse files Browse the repository at this point in the history
…ls list

Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>

Signed-off-by: Appadoo Apoorva Srinivas <apoorva.appadoo@orange.com>
  • Loading branch information
lbroudoux authored and Apoorva64 committed Feb 12, 2024
1 parent 1c8582b commit 625f06c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ quarkus.log.console.level=INFO
io.github.microcks.minion.async.client.MicrocksAPIConnector/mp-rest/url=http://${MICROCKS_HOST_PORT:localhost:8080}

# Only supports WebSocket by default, but you can extend it.
minion.supported-bindings=WS${ASYNC_PROTOCOLS:""}
minion.supported-bindings=WS${ASYNC_PROTOCOLS:}
minion.microcks-host-port=${MICROCKS_HOST_PORT:localhost:8080}

# Override microcks-services-updates reactive messaging channel
Expand Down

0 comments on commit 625f06c

Please sign in to comment.