CsServer/Server/Properties/launchSettings.json

28 lines
652 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:4855",
"sslPort": 44398
}
},
"profiles": {
"Server": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:4860",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}