Skip to content

Commit

Permalink
Add ConnectionString for database
Browse files Browse the repository at this point in the history
Issue #1
  • Loading branch information
Dentsor committed Mar 7, 2021
1 parent f7304b5 commit 0f3939d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"Logging": {
"LogLevel": {
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}
}
},
"ConnectionStrings": {
"DefaultConnection": "server=bifrost.local;port=3306;database=speiderapp;user=root;password=oh1CInd2YDOKPyw1z05Y"
}
}

0 comments on commit 0f3939d

Please sign in to comment.