diff --git a/.gitignore b/.gitignore index fa5cc26..c04c7b8 100644 --- a/.gitignore +++ b/.gitignore @@ -362,3 +362,4 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd /Badge/appsettings.Local.json +/Badge/sqlite.db diff --git a/Badge/Properties/launchSettings.json b/Badge/Properties/launchSettings.json index 19272c8..e18d871 100644 --- a/Badge/Properties/launchSettings.json +++ b/Badge/Properties/launchSettings.json @@ -3,7 +3,7 @@ "http": { "commandName": "Project", "launchBrowser": true, - "launchUrl": "health", + "launchUrl": "", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, @@ -13,7 +13,7 @@ "Container (Dockerfile)": { "commandName": "Docker", "launchBrowser": true, - "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/todos", + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", "environmentVariables": { "ASPNETCORE_HTTP_PORTS": "8080" },