Skip to content

Commit

Permalink
Merge pull request #11 from solace-iot-team/fix-revert-application-yml
Browse files Browse the repository at this point in the history
fix-revert-application-yml
  • Loading branch information
195858 authored Jul 26, 2023
2 parents da01420 + d945ae8 commit 01965e2
Showing 1 changed file with 7 additions and 34 deletions.
41 changes: 7 additions & 34 deletions service/application/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,48 +68,21 @@ eventPortal:
id: gateway
name: evmr1
messaging:
standalone: false
standalone: true
rtoSession: false
enableHeartbeats: false
testHeartbeats: false
connections:
- name: eventPortalGateway
authenticationType: ${EP_GATEWAY_AUTH:basicAuthentication}
url: ${EP_GATEWAY_URL:tcps://mr-connection-2k7snpfe1pt.messaging.solace.cloud:55443}
msgVpn: ${EP_GATEWAY_MSGVPN:swentest}
authenticationType: ${EP_GATEWAY_AUTH}
url: ${EP_GATEWAY_URL}
msgVpn: ${EP_GATEWAY_MSGVPN}
trustStoreDir: ${SSL_STORE_DIR}
users:
- name: messaging1
username: ${EP_GATEWAY_USERNAME:solace-cloud-client}
password: ${EP_GATEWAY_PASSWORD:sorveorbeg8vpqeg0r237p2vg6}
username: ${EP_GATEWAY_USERNAME}
password: ${EP_GATEWAY_PASSWORD}
clientName: runtime_agent_${EP_RUNTIME_AGENT_ID} # 'client_' + runtimeAgentId
plugins:
resources:
- id: wgex5k3ov3h
type: solace_config
name: APIM-GW-DEV
connections:
- name: APIM-GW-DEV
url: https://mr1i5g7tif6z9h.messaging.solace.cloud:943
properties:
- name: msgVpn
value: apim-test
- name: sempPageSize
value: 100
authentication:
- properties:
- name: type
value: basicAuthentication
protocol: ''
credentials:
- properties:
- name: username
value: apim-test-admin
- name: password
value: 794rrhqcama87nbbhpaaecn0me
source: ENVIRONMENT_VARIABLE
operations:
- name: ALL

# Below is an example of how to set up messaging service configuration in the application.yml file.

Expand Down Expand Up @@ -377,4 +350,4 @@ plugins:
# - name: sasl.jaas.config
# value: software.amazon.msk.auth.iam.IAMLoginModule required;
# - name: sasl.client.callback.handler.class
# value: software.amazon.msk.auth.iam.IAMClientCallbackHandler
# value: software.amazon.msk.auth.iam.IAMClientCallbackHandler

0 comments on commit 01965e2

Please sign in to comment.