Updated dotnet new templates appsettings to our local stored JSON schema in Umbraco

This commit is contained in:
Warren Buckley
2021-06-24 11:52:29 +01:00
parent b3b0c44deb
commit f402c8151a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://json.schemastore.org/appsettings.json",
"$schema" : "./umbraco/config/appsettings-schema.json",
"Serilog": {
"MinimumLevel": {
"Default": "Information"

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://json.schemastore.org/appsettings.json",
"$schema" : "./umbraco/config/appsettings-schema.json",
"Serilog": {
"MinimumLevel": {
"Default": "Information",