generator-aspnetpostgresql
Version:
Yeoman generator for ASP.NET MVC Core apps with PostgreSQL support
29 lines (26 loc) • 522 B
JSON
{
"DbContextSettings": {
"ConnectionString": "<%= connectionstring %>"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}
{
"DbContextSettings": {
"ConnectionString": "<%= connectionstring %>"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}