FIC_Solar/solarApp/Properties/launchSettings.json
2022-10-14 12:54:46 +08:00

12 lines
268 B
JSON

{
"profiles": {
"solarApp": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:2904;http://localhost:2905"
}
}
}