14 lines
304 B
JSON
14 lines
304 B
JSON
{48b5450f8d8fc7b58f6ed77ab0a89093b3b32f2f true 304 appsettings.json 0xc001ed3d50}
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=localhost;Database=ManarahDb;Trusted_Connection=True;MultipleActiveResultSets=true;encrypt=false"
|
|
},
|
|
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|