diff --git a/.gitignore b/.gitignore index f52c4b7..4c5354f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules *lock* temp/ +target/ \ No newline at end of file diff --git a/cloudstream/ac-city-alert-aggregator/src/main/resources/application.yml b/cloudstream/ac-city-alert-aggregator/src/main/resources/application.yml index a4f4fa7..e8cea93 100644 --- a/cloudstream/ac-city-alert-aggregator/src/main/resources/application.yml +++ b/cloudstream/ac-city-alert-aggregator/src/main/resources/application.yml @@ -15,10 +15,10 @@ spring: environment: solace: java: - host: tcps://mrm28q29kuoha.messaging.solace.cloud:55443 + host: host msgVpn: solace-eap clientUsername: solace-cloud-client - clientPassword: fv1e2ijrun4r7ol5irkk9i6s4g + clientPassword: password logging: level: root: info diff --git a/cloudstream/ac-city-alert-dashboard/src/main/resources/static/shared.js b/cloudstream/ac-city-alert-dashboard/src/main/resources/static/shared.js index 5eae90f..495f6a1 100644 --- a/cloudstream/ac-city-alert-dashboard/src/main/resources/static/shared.js +++ b/cloudstream/ac-city-alert-dashboard/src/main/resources/static/shared.js @@ -4,11 +4,11 @@ // eclipse test server var deets = { - host: 'mrm28q29kuoha.messaging.solace.cloud', + host: 'host', port: 8443, ssl: true, username: 'solace-cloud-client', - password: 'fv1e2ijrun4r7ol5irkk9i6s4g', + password: 'password', } var topicName = 'SmartTown/Analytics/AggregateAlert/created/v1/+/+/+'; diff --git a/cloudstream/ac-city-alert-generator/src/main/resources/application.yml b/cloudstream/ac-city-alert-generator/src/main/resources/application.yml index 7850712..f16ebfc 100644 --- a/cloudstream/ac-city-alert-generator/src/main/resources/application.yml +++ b/cloudstream/ac-city-alert-generator/src/main/resources/application.yml @@ -14,10 +14,10 @@ spring: environment: solace: java: - host: tcps://mrm28q29kuoha.messaging.solace.cloud:55443 + host: host msgVpn: solace-eap clientUsername: solace-cloud-client - clientPassword: fv1e2ijrun4r7ol5irkk9i6s4g + clientPassword: password logging: level: root: info diff --git a/cloudstream/ac-city-iot-simulator/src/main/resources/application.yml b/cloudstream/ac-city-iot-simulator/src/main/resources/application.yml index 383e9bb..621703b 100644 --- a/cloudstream/ac-city-iot-simulator/src/main/resources/application.yml +++ b/cloudstream/ac-city-iot-simulator/src/main/resources/application.yml @@ -1,6 +1,6 @@ server.port: 8082 application: - city: New York City + city: NewYorkCity latitude: 40.713050 longitude: -74.007230 spring: @@ -17,10 +17,10 @@ spring: environment: solace: java: - host: tcps://mrm28q29kuoha.messaging.solace.cloud:55443 + host: msgVpn: solace-eap clientUsername: solace-cloud-client - clientPassword: fv1e2ijrun4r7ol5irkk9i6s4g + clientPassword: password logging: level: root: info