Initial commit

This commit is contained in:
GuiNerd
2019-11-27 18:42:43 -03:00
commit 5fd7176543
1714 changed files with 171249 additions and 0 deletions

11
SitePi/appsettings.json Normal file
View File

@ -0,0 +1,11 @@
{
"ConnectionStrings": {
"HomeConnection": "Server=localhost; Uid=Visual; Pwd=44$LrDL-ptHoF56[; Database=SitePi; convert zero datetime = True",
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}