Skip to content

Commit 17713e3

Browse files
committed
Replaced outdated credentials with a placehoder
1 parent 87c9785 commit 17713e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ServerTaskHelper/ServiceBusMessageHandler/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ServiceBus": {
3-
"ConnectionString": "Endpoint=sb://surest.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=YCgBjWXeVL0WUhv3JjXtT73+oA+aQWTawsGjLTf8RF4=",
4-
"QueueName": "surest_q2"
3+
"ConnectionString": "<service bus queue connection string>",
4+
"QueueName": "<queue name>"
55
},
66
"Vsts": {
77
"SubscriptionName": "Subscription",

0 commit comments

Comments
 (0)