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