Compare commits
No commits in common. "a2ba1f73309e1d3dbf772315e63e58aabd863039" and "be190df863e8aa64ed1448a3e8ffcfa8ea953249" have entirely different histories.
a2ba1f7330
...
be190df863
2
.gitignore
vendored
2
.gitignore
vendored
@ -62,5 +62,3 @@ logs
|
||||
# angular & .net
|
||||
dist
|
||||
bin
|
||||
.angular
|
||||
appsettings.*.json
|
||||
|
13
backend/login-counter/app/appsettings.development.json
Normal file
13
backend/login-counter/app/appsettings.development.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Debug"
|
||||
}
|
||||
},
|
||||
|
||||
"Database": {
|
||||
"ConnectionString": ""
|
||||
}
|
||||
}
|
13
backend/login-counter/app/appsettings.production.json
Normal file
13
backend/login-counter/app/appsettings.production.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
|
||||
"Database": {
|
||||
"ConnectionString": ""
|
||||
}
|
||||
}
|
13
backend/login-counter/app/appsettings.staging.json
Normal file
13
backend/login-counter/app/appsettings.staging.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
|
||||
"Database": {
|
||||
"ConnectionString": ""
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user