Skip to content

Commit 181b013

Browse files
author
Russ Williams
committed
Reverting config files to remove config settings that where checked in by mistake
1 parent 6e376e2 commit 181b013

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ACSAgentHub/local.settings.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"Values": {
44
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
55
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
6-
"agentHubStorageConnectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=acsagenthubrhw;AccountKey=zPARow+zF74cCGlsfiQE9rMDSE4I7iTteDqNyuPbmk8p2g57LbYITrH6P9OoP3enPm2R5OgU6Y0Q+AStKFFQ4A==",
7-
"acsConnectionString": "endpoint=https://acsagenthubrhwacs.communication.azure.com/;accesskey=GK23bSvJMBQUqXpwUit84nLlyhCQg3unqP0PiNCw23VXCe/khyjD112xPfwO92rHzLdcgsZWQWYxNt11eMXfyw==",
8-
"botBaseAddress": "http://localhost:3980/",
6+
"agentHubStorageConnectionString": "",
7+
"acsConnectionString": "",
8+
"botBaseAddress": "http://localhost:3978/",
99
"useACSManagedIdentity": "false",
10-
"webPusSubConnectionString": "Endpoint=https://acsagenthubrhwwps.webpubsub.azure.com;AccessKey=1uzqaDhRx4xCesM8Qg9E5hZU44Y0OfybHaq6Hj0m0qA=;Version=1.0;",
10+
"webPusSubConnectionString": "",
1111
"webPubSubHubName": "refreshConversations"
1212
},
1313
"Host": {
1414
"CORS": "*"
1515
}
16-
}
16+
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// App settings for the agent-portal
22
export const appsettings = {
3-
agentHubBaseAddress: 'http://localhost:7071',
4-
webPusSubConnectionString: 'Endpoint=https://acsagenthubrhwwps.webpubsub.azure.com;AccessKey=1uzqaDhRx4xCesM8Qg9E5hZU44Y0OfybHaq6Hj0m0qA=;Version=1.0;',
3+
agentHubBaseAddress: '',
4+
webPusSubConnectionString: '',
55
webPubSubHubName: 'refreshConversations'
66
};

0 commit comments

Comments
 (0)