yavsc/Yavsc/Properties/launchSettings.json

26 lines
554 B
JSON
Raw Normal View History

2016-05-17 18:22:18 +02:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:40088/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNET_ENV": "Development"
}
},
"web": {
"commandName": "web",
"environmentVariables": {
2018-12-21 14:06:14 +00:00
"Hosting:Environment": "Development",
"ASPNET_ENV": "Development"
2016-05-17 18:22:18 +02:00
}
}
}
}