Skip to content

Commit

Permalink
Add connection string for Azure Storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Megan Quinn committed Feb 28, 2019
1 parent 9430c8c commit c387d1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ServerCore/appsettings.Staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
}
},
"ConnectionStrings": {
"PuzzleServerContext" : ""
"PuzzleServerContext": "",
"AzureStorageConnectionString": ""
}
}

0 comments on commit c387d1e

Please sign in to comment.