mirror of
https://github.com/guilhermewerner/site-pi
synced 2025-06-16 22:04:22 +00:00
Initial commit
This commit is contained in:
11
SitePi/appsettings.json
Normal file
11
SitePi/appsettings.json
Normal 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": "*"
|
||||
}
|
Reference in New Issue
Block a user