Files
gerencia-projetos/GerenciaProjetos/appsettings.json
2019-09-21 17:03:29 -03:00

12 lines
254 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=localhost; Uid=Visual; Pwd=44$LrDL-ptHoF56[; Database=Gerencia; convert zero datetime = True"
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}