Skip to content

Commit

Permalink
feat(api): add default connectio string
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosPavajeau committed Jun 6, 2021
1 parent 4760a01 commit ab347f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Armory.Api/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Port=3306;Database=armory;Uid=root;Pwd=root;"
}
}

0 comments on commit ab347f8

Please sign in to comment.