obsidian-web/appsettings.Development.json
Curle b8da68566f Add a standard ASP.NET Core 2.2 WebApp.
All the files here were made by running the command
dotnet new webApp -o obsidian --no-https

HTTPS will be enforced net<->user by IIS, not by the web app itself.
2019-07-22 00:28:50 +01:00

10 lines
137 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}