Created project skeleton:
- Added Razor template and added serilog to it (still not configured)
- Added qrcodejs library to the Razor project
- Added DataAccess library with dapper and npgsql
- Reference DataAccess in WretchedMachines
- Added default dotnet gitignore
10 lines
142 B
JSON
10 lines
142 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|