IW4M-Admin/WebfrontCore/Properties/launchSettings.json

20 lines
396 B
JSON
Raw Normal View History

2018-02-21 20:29:23 -05:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2018-04-08 02:44:42 -04:00
"applicationUrl": "http://localhost:61369/",
2018-02-21 20:29:23 -05:00
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
2018-04-08 02:44:42 -04:00
}