Modify .gitignore

This commit is contained in:
Alan Moon 2025-06-15 14:26:38 -07:00
parent 16c9aae729
commit e10afd2eba
3 changed files with 2 additions and 24 deletions

2
.gitignore vendored
View File

@ -364,3 +364,5 @@ FodyWeavers.xsd
/qtc-net-server/qtcdev.db
/qtc-net-server/qtcdev.db-shm
/qtc-net-server/qtcdev.db-wal
/qtc-net-server/run.Development.bat
/qtc-net-server/appsettings.json

View File

@ -1,22 +0,0 @@
{
"Jwt": {
"Key": "bgpLLhY2L2UeZN3sj6WwSzScFmY3JgWfs33ZEJNcaPzC2TEnfZz",
"Issuer": "http://localhost",
"Audience": "http://localhost",
"DefaultUserRole": "User"
},
"ConnectionStrings": {
"DefaultConnection": "Server=db;Database=qtcdb;Uid=root;Pwd=EuK3pXkaPCR9cW",
"DevelopmentConnection": "Data Source=qtcdev.db"
},
"GeneralConfig": {
"CDNPath": "./user-content"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}

View File

@ -1,2 +0,0 @@
@ECHO OFF
dotnet run --project qtc-net-server.csproj -lp http -e ASPNETCORE_ENVIRONMENT="Development"