diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-11-14 07:50:31 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-11-14 07:50:31 +0100 |
| commit | e60703aadca7d423c0fbfb189d5ef439fc1df072 (patch) | |
| tree | 10ae5d3910c171918b7c2c6a8ddf77a6b3700513 /code/api/Properties/launchSettings.json | |
| download | storage-e60703aadca7d423c0fbfb189d5ef439fc1df072.tar.xz storage-e60703aadca7d423c0fbfb189d5ef439fc1df072.zip | |
feat: Initial commit
Diffstat (limited to 'code/api/Properties/launchSettings.json')
| -rw-r--r-- | code/api/Properties/launchSettings.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/code/api/Properties/launchSettings.json b/code/api/Properties/launchSettings.json new file mode 100644 index 0000000..778fa45 --- /dev/null +++ b/code/api/Properties/launchSettings.json @@ -0,0 +1,25 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": false, + "launchUrl": "swagger", + "applicationUrl": "http://localhost:5068", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": false, + "launchUrl": "swagger", + "applicationUrl": "https://localhost:7291;http://localhost:5068", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + } +} |
