Files
caliverse_server/UGQApiServer/Properties/launchSettings.json
2025-05-01 07:20:41 +09:00

33 lines
872 B
JSON

{
"profiles": {
"http": {
"commandName": "Project",
"commandLineArgs": "-t UgqAllInOne -p 11000",
"workingDirectory": "..\\..\\bin\\Debug",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:11000"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:42071",
"sslPort": 0
}
}
}