Last active
April 11, 2022 23:39
-
-
Save executeautomation/d5998dae551b090a504300df3af29ead to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://json.schemastore.org/launchsettings.json", | |
"iisSettings": { | |
"windowsAuthentication": false, | |
"anonymousAuthentication": true, | |
"iisExpress": { | |
"applicationUrl": "http://localhost:63256", | |
"sslPort": 44330 | |
} | |
}, | |
"profiles": { | |
"IIS Express": { | |
"commandName": "IISExpress", | |
"launchBrowser": true, | |
"launchUrl": "swagger", | |
"environmentVariables": { | |
"ASPNETCORE_ENVIRONMENT": "Development" | |
} | |
}, | |
"LocalDev": { | |
"commandName": "Project", | |
"dotnetRunMessages": "true", | |
"launchBrowser": true, | |
"launchUrl": "swagger", | |
"applicationUrl": "https://localhost:5001", | |
"environmentVariables": { | |
"ASPNETCORE_ENVIRONMENT": "Development" | |
} | |
}, | |
"Prod": { | |
"commandName": "Project", | |
"dotnetRunMessages": "true", | |
"launchBrowser": true, | |
"launchUrl": "swagger", | |
"applicationUrl": "http://+:5001", | |
"environmentVariables": { | |
"ASPNETCORE_ENVIRONMENT": "Production" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment