Skip to content

Commit 7248a8d

Browse files
committed
adjusted test data
1 parent b033974 commit 7248a8d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cds-feature-advanced-event-mesh/src/test/resources/default-env.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"credentials": {
1313
"vpn": "capservice",
1414
"authentication-service": {
15-
"tokenendpoint": "https://ad8obf0da.accounts400.ondemand.com/oauth2/token",
16-
"clientid": "a5fe563c-76a3-4507-b107-63f2a112ee4a",
17-
"clientsecret": "ch80Nj]-L[vw[EjZyPB1D-:iRW._:Mm0="
15+
"tokenendpoint": "https://my.host.com/oauth2/token",
16+
"clientid": "myid",
17+
"clientsecret": "mysecret"
1818
},
1919
"endpoints": {
2020
"advanced-event-mesh": {
21-
"uri": "https://mr-connection-i90693rt5n6.messaging.solace.cloud:943/SEMP/v2/config",
21+
"uri": "https://my.other.host.com:943/SEMP/v2/config",
2222
"always-requires-token": true,
23-
"amqp_uri": "amqps://mr-connection-i90693rt5n6.messaging.solace.cloud:5671",
24-
"smf_uri": "wss://mr-connection-i90693rt5n6.messaging.solace.cloud:443"
23+
"amqp_uri": "amqps://broker.host.com:5671",
24+
"smf_uri": "wss://broker.host.com:443"
2525
}
2626
}
2727
},

0 commit comments

Comments
 (0)