Compare commits

..
2 Commits
Author SHA1 Message Date
edraft be190df863 Updated to angular 13 2022-02-20 13:48:42 +01:00
edraft 87ec17d056 Added first app template 2022-02-20 13:43:25 +01:00
236 changed files with 39 additions and 2 deletions
-2
View File
@@ -62,5 +62,3 @@ logs
# angular & .net # angular & .net
dist dist
bin bin
.angular
appsettings.*.json
@@ -0,0 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Debug"
}
},
"Database": {
"ConnectionString": ""
}
}
@@ -0,0 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Database": {
"ConnectionString": ""
}
}
@@ -0,0 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Database": {
"ConnectionString": ""
}
}

Some files were not shown because too many files have changed in this diff Show More