Created
October 3, 2024 12:46
-
-
Save spinningcat/9d8114a9e7f405b638695656ef1b98f5 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": ...., | |
"sslPort": .... | |
} | |
}, | |
"profiles": { | |
"http": { | |
"commandName": "Project", | |
"dotnetRunMessages": true, | |
"launchBrowser": true, | |
"applicationUrl": ... | |
"environmentVariables": { | |
"ASPNETCORE_ENVIRONMENT": "Development" | |
} | |
}, | |
"https": { | |
"commandName": "Project", | |
"dotnetRunMessages": true, | |
"launchBrowser": true, | |
"applicationUrl": ... | |
"environmentVariables": { | |
"ASPNETCORE_ENVIRONMENT": "Development" | |
} | |
}, | |
"IIS Express": { | |
"commandName": "IISExpress", | |
"launchBrowser": true, | |
"environmentVariables": { | |
"ASPNETCORE_ENVIRONMENT": "Development" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment