Skip to content

Commit

Permalink
Add configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
boriszn committed Nov 19, 2017
1 parent d3c99f5 commit ed747a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/appsettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"connectionStrings": {
"serviceBus": {
"connectionString": "Endpoint=sb://<server-name>.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=<key-value>",
"topicName": "test"
}
}
}

0 comments on commit ed747a2

Please sign in to comment.