Skip to content

Commit

Permalink
Merge pull request #44 from parodos-dev/add_comment_m2k_props
Browse files Browse the repository at this point in the history
Remove useless property and add comment
  • Loading branch information
gabriel-farache authored Jan 23, 2024
2 parents f34ce6f + a642a6d commit 8885629
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions move2kube/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ mp.messaging.incoming.kogito_incoming_stream.connector=quarkus-http
mp.messaging.incoming.kogito_incoming_stream.path=/
mp.messaging.incoming.kogito_incoming_stream.method=POST


# This property is used when sending the notification while waiting for Q&A
move2kube_url=${MOVE2KUBE_URL:http://move2kube-svc.default.svc.cluster.local:8080}
# This property is used to send requests to the move2kube instance
quarkus.rest-client.move2kube_yaml.url=${MOVE2KUBE_URL:http://move2kube-svc.default.svc.cluster.local:8080}
broker_url=${BROKER_URL:http://broker-ingress.knative-eventing.svc.cluster.local/m2k/default}
quarkus.rest-client.notifications_yaml.url=${BACKSTAGE_NOTIFICATIONS_URL:http://host.minikube.internal:7007/api/notifications/}
# This property is used to send requests to the backstage notification plugin
quarkus.rest-client.notifications_yaml.url=${BACKSTAGE_NOTIFICATIONS_URL:http://orchestrator-backstage.orchestrator/api/notifications/}

0 comments on commit 8885629

Please sign in to comment.