Don't Track appsettings.Development.json

This commit is contained in:
Alan Moon 2025-07-26 14:41:58 -07:00
parent af076dd578
commit 1cbbe8c209
2 changed files with 2 additions and 17 deletions

3
.gitignore vendored
View File

@ -367,4 +367,5 @@ FodyWeavers.xsd
/qtc-net-server/run.Development.bat
/qtc-net-server/appsettings.json
/qtc-net-server/user-content/
/qtc-net-server/Properties/launchSettings.json
/qtc-net-server/Properties/launchSettings.json
/qtc-net-server/appsettings.Development.json

View File

@ -1,16 +0,0 @@
{
"Jwt": {
"Issuer": "http://localhost",
"Audience": "http://localhost",
"DefaultUserRole": "User"
},
"GeneralConfig": {
"CDNPath": "./user-content"
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Debug"
}
}
}