Files
webappserver1/Properties/launchSettings.json
2026-05-19 21:55:48 +08:00

17 lines
348 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://0.0.0.0:5162",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}