Skip to content

Instantly share code, notes, and snippets.

@spinningcat
Created October 3, 2024 12:46
Show Gist options
  • Save spinningcat/9d8114a9e7f405b638695656ef1b98f5 to your computer and use it in GitHub Desktop.
Save spinningcat/9d8114a9e7f405b638695656ef1b98f5 to your computer and use it in GitHub Desktop.
{
"$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