Skip to content

Commit

Permalink
Add example of ConnectionStrings
Browse files Browse the repository at this point in the history
  • Loading branch information
skoruba committed Feb 12, 2020
1 parent 7fa0c30 commit c26c63d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/Skoruba.AuditLogging.Host/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"Logging": {
"LogLevel": {
"Default": "Warning"
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"ApplicationDbContext": "Server=SERVER;Database=DatabaseName;Trusted_Connection=True;MultipleActiveResultSets=true"
}
},
"AllowedHosts": "*"
}

0 comments on commit c26c63d

Please sign in to comment.