CsServer/Server/Properties/launchSettings.json

28 lines
648 B
JSON

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