diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2023-01-09 00:05:38 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2023-01-09 00:05:38 +0100 |
| commit | 9d7152b5ca085c70e9b0d94adb6f5f9ff8d6f127 (patch) | |
| tree | b1b7453c97a83c45b6911148ce36050be7dbefc3 /BlobBin/Properties | |
| download | blob-bin-9d7152b5ca085c70e9b0d94adb6f5f9ff8d6f127.tar.xz blob-bin-9d7152b5ca085c70e9b0d94adb6f5f9ff8d6f127.zip | |
feat: init
Diffstat (limited to 'BlobBin/Properties')
| -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" + } + } + } +} |
