From add94527050dc311c4ad117e25dd5e4517b3b887 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Tue, 15 Nov 2022 11:05:05 +0700 Subject: feat: Initial commit --- src/Properties/launchSettings.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/Properties/launchSettings.json (limited to 'src/Properties/launchSettings.json') diff --git a/src/Properties/launchSettings.json b/src/Properties/launchSettings.json new file mode 100644 index 0000000..88dc0d3 --- /dev/null +++ b/src/Properties/launchSettings.json @@ -0,0 +1,22 @@ +{ + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": false, + "applicationUrl": "http://localhost:5088", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": false, + "applicationUrl": "https://localhost:7037;http://localhost:5088", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} -- cgit v1.3