From 9d7152b5ca085c70e9b0d94adb6f5f9ff8d6f127 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 9 Jan 2023 00:05:38 +0100 Subject: feat: init --- BlobBin/Properties/launchSettings.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 BlobBin/Properties/launchSettings.json (limited to 'BlobBin/Properties') 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" + } + } + } +} -- cgit v1.3