Files
Swarm/DysonNetwork.Pass/Properties/launchSettings.json
2025-12-13 19:28:24 +08:00

24 lines
673 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"HTTP_PORTS": "5010",
"GRPC_PORT": "6010"
}
}
}
}