mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-15 22:45:09 +00:00
13 lines
370 B
JSON
13 lines
370 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=localhost; Uid=Visual; Pwd=44$LrDL-ptHoF56[; Database=Gerencia; convert zero datetime = True",
|
|
"LaboratConnection": "Server=localhost; Uid=root; Pwd=ifmgbd; Database=Gerencia; convert zero datetime = True"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|