Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules
*lock*
temp/
target/
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/+/+/+';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server.port: 8082
application:
city: New York City
city: NewYorkCity
latitude: 40.713050
longitude: -74.007230
spring:
Expand All @@ -17,10 +17,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
Expand Down