-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
88 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
collectors/meteorology-eurac/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
management.health.probes.enabled=true | ||
camel.springboot.main-run-controller=true | ||
|
||
ingress.provider=${INGRESS_PROVIDER} | ||
ingress.rabbitmq.cluster=${INGRESS_RABBITMQ_CLUSTER} | ||
ingress.rabbitmq.user=${INGRESS_RABBITMQ_USER} | ||
ingress.rabbitmq.pass=${INGRESS_RABBITMQ_PASS} | ||
ingress.rabbitmq.uri=${INGRESS_RABBITMQ_URI} | ||
ingress.rabbitmq.clientname=${INGRESS_RABBITMQ_CLIENTNAME} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# dc-interface configuration (Writer API endpoint) | ||
bdp_host= | ||
bdp_port=0 | ||
bdp_endpoint= | ||
|
||
endpoint_host= | ||
endpoint_port= | ||
endpoint_ssl=yes | ||
endpoint_path= | ||
app_callerId= | ||
app_dataOrigin= | ||
app_period= | ||
|
||
spring.main.web-application-type=NONE | ||
|
||
# Listen queue rabbitmq coordinates | ||
mq.listen.uri=${MQ_LISTEN_URI} | ||
# Exchange to which the listen queue is bound. should always be "routed" | ||
mq.listen.exchange=${MQ_LISTEN_EXCHANGE:routed} | ||
# Routing key for listen queue. Should be db.collection as provided by the data collector | ||
mq.listen.key=${MQ_LISTEN_KEY} | ||
# Name of queue to listen on. Should be db.collection as provided by the data collector | ||
mq.listen.queue=${MQ_LISTEN_QUEUE} | ||
# Timeout for listen queue in ms. That is how much time do we have to consume the message and ACK/NACK it | ||
mq.listen.acktimeout=${MQ_LISTEN_ACKTIMEOUT:300000} | ||
|
||
mongo.connectionString=${MONGO_CONNECTIONSTRING} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters