diff options
Diffstat (limited to 'ShareGuard.Web/Properties')
| -rw-r--r-- | ShareGuard.Web/Properties/launchSettings.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ShareGuard.Web/Properties/launchSettings.json b/ShareGuard.Web/Properties/launchSettings.json new file mode 100644 index 0000000..f7695ff --- /dev/null +++ b/ShareGuard.Web/Properties/launchSettings.json @@ -0,0 +1,23 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "http://localhost:5187", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "https://localhost:7256;http://localhost:5187", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} |
