File tree 2 files changed +7
-7
lines changed
agent-portal/src/settings
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
"Values" : {
4
4
"AzureWebJobsStorage" : " UseDevelopmentStorage=true" ,
5
5
"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 /" ,
9
9
"useACSManagedIdentity" : " false" ,
10
- "webPusSubConnectionString" : " Endpoint=https://acsagenthubrhwwps.webpubsub.azure.com;AccessKey=1uzqaDhRx4xCesM8Qg9E5hZU44Y0OfybHaq6Hj0m0qA=;Version=1.0; " ,
10
+ "webPusSubConnectionString" : " " ,
11
11
"webPubSubHubName" : " refreshConversations"
12
12
},
13
13
"Host" : {
14
14
"CORS" : " *"
15
15
}
16
- }
16
+ }
Original file line number Diff line number Diff line change 1
1
// App settings for the agent-portal
2
2
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 : '' ,
5
5
webPubSubHubName : 'refreshConversations'
6
6
} ;
You can’t perform that action at this time.
0 commit comments