Configuration updates
Updates in the configuration of the connections to activemq and influxdb Change-Id: Ie61d9c52a4aa66b732c42f9353dd73c34521e914
This commit is contained in:
parent
8aeb061b68
commit
fd1f1de653
@ -6,14 +6,16 @@ class Constants:
|
||||
metric_list_topic = "metric_list"
|
||||
configuration_file_location = "/home/resources/config.properties"
|
||||
broker_port = "5672"
|
||||
broker_ip = "localhost"
|
||||
broker_username = "my-user"
|
||||
broker_password = "my-password"
|
||||
broker_ip = "nebulous-activemq"
|
||||
broker_username = "admin"
|
||||
broker_password = "admin"
|
||||
influx_username = "my-user"
|
||||
influx_password = "my-password"
|
||||
monitoring_broker_topic = "eu.nebulouscloud.monitoring"
|
||||
bucket_name = "my-bucket"
|
||||
organization_name = "my-org"
|
||||
organization_id = "e0033247dcca0c54"
|
||||
db_token = "my-super-secret-auth-token"
|
||||
db_hostname = "localhost"
|
||||
db_hostname = "nebulous-influxdb"
|
||||
db_port = "8086"
|
||||
monitoring_prefix = "topic://"+monitoring_broker_topic+"."
|
Loading…
Reference in New Issue
Block a user