Files
Umbraco-CMS/build/templates/UmbracoSolution/Properties/launchSettings.json
Bjarke Berg 26a04ea2fe Added launchSettings to template
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
2020-09-23 17:22:06 +02:00

27 lines
628 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:5000",
"sslPort": 5001
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Umbraco.Web.UI.NetCore": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}