Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update app.config to address issues #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Samples/TollApp/VSProjects/TollApp.Tests/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
</runtime>
<appSettings>
<!--Storage Account Settings -->
<add key="ConnectionString" value="DefaultEndpointsProtocol=https;AccountName=tollappstorageblob;AccountKey=CJ460NG4fmQfBr7zEONn1QyJRxRd13yDIYocGPpAJ9CSFWR3SFnDaC1cT77F+u8puWajJv5srxETaUcmFvHjFw==;EndpointSuffix=core.windows.net" />
<add key="ConnectionString" value="DefaultEndpointsProtocol=https;AccountName=tollappstorageblob;AccountKey=***ENTER SAS KEY***;EndpointSuffix=core.windows.net" />
<add key="Container" value="tollappcontainer4" />
<add key="RegistrationFileBlob" value="Registration.json" />

<add key="Microsoft.ServiceBus.ConnectionString" value="Endpoint=sb://tollappeventhub1.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=inqaOoK/+2etsR2qLzkg4Gb06IseAg4trhhqXe3ACRM=" />
<add key="Microsoft.ServiceBus.ConnectionString" value="Endpoint=sb://tollappeventhub1.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=***ENTER SB SAS KEY***" />
<add key="EntryName" value="Entry" />
<add key="ExitName" value="Exit" />

<!--DocumentDB Settings -->
<add key="DocumentDbUri" value="https://tollappdocumentdb.documents.azure.com:443/" />
<add key="DocumentDbKey" value="pju3HJq88aj1uML5ltmLPAQgkUyPdcVhRPJSRHM6wpUTIc6LP1RTJI2VamGz7uPjjHNMDdcEmkXkJEfOGkC1AA==" />
<add key="DocumentDbKey" value="***ENTER COSMOSDB KEY***" />
<add key="DocumentDbDatabaseName" value="tollAppDocumentDb" />
<add key="DocumentDbCollectionName" value="tollAppCollection1" />
</appSettings>
</configuration>
</configuration>