الملفات
github-actions-demos/aspire-sample/aspire-sample.ApiService/Properties/launchSettings.json
2024-09-26 11:56:02 -04:00

26 أسطر
692 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "weatherforecast",
"applicationUrl": "http://localhost:5359",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "weatherforecast",
"applicationUrl": "https://localhost:7535;http://localhost:5359",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}