diff --git a/monitoring-data-persistor/src/main/runtime/Constants.py b/monitoring-data-persistor/src/main/runtime/Constants.py index 1f0d9b1..0c667c0 100644 --- a/monitoring-data-persistor/src/main/runtime/Constants.py +++ b/monitoring-data-persistor/src/main/runtime/Constants.py @@ -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+"." \ No newline at end of file