Forge
json4405de34
1{
2 "$schema" "https://json.schemastore.org/launchsettings.json",
3 "profiles" {
4 "http" {
5 "commandName" "Project",
6 "dotnetRunMessages" true,
7 "launchBrowser" false,
8 "applicationUrl" "http://127.0.0.1:5080",
9 "environmentVariables" {
10 "ASPNETCORE_ENVIRONMENT" "Development"
11 }
12 }
13 }
14}
15
View only · write via MCP/CIDE