From ac2c8be4a2b8702a9d5ee1f6290436ec3599eb1e Mon Sep 17 00:00:00 2001 From: AlanMoonbase Date: Sun, 22 Jun 2025 13:38:50 -0700 Subject: [PATCH] Modify .gitignore --- .gitignore | 1 + qtc-net-server/Properties/launchSettings.json | 38 ------------------- 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 qtc-net-server/Properties/launchSettings.json diff --git a/.gitignore b/.gitignore index f295f81..53845b1 100644 --- a/.gitignore +++ b/.gitignore @@ -367,3 +367,4 @@ FodyWeavers.xsd /qtc-net-server/run.Development.bat /qtc-net-server/appsettings.json /qtc-net-server/user-content/ +/qtc-net-server/Properties/launchSettings.json diff --git a/qtc-net-server/Properties/launchSettings.json b/qtc-net-server/Properties/launchSettings.json deleted file mode 100644 index 59fdfe8..0000000 --- a/qtc-net-server/Properties/launchSettings.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "profiles": { - "http": { - "commandName": "Project", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development", - "DB_PROVIDER": "SQLite", - "DB_CONNECTION_STRING": "Data Source=qtcdev.db", - "JWT_KEY": "iPBR1ZO9GHsP04SUf*jE4ILh5jwz$3$A" - }, - "dotnetRunMessages": true, - "applicationUrl": "http://localhost:5268" - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "launchUrl": "swagger", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "Docker": { - "commandName": "Docker", - "launchBrowser": true, - "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger", - "publishAllPorts": true - } - }, - "$schema": "https://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:26136", - "sslPort": 0 - } - } -} \ No newline at end of file