FileShare/FileShare-API/Properties/launchSettings.json

24 lines
615 B
JSON
Raw Permalink Normal View History

2026-05-21 15:52:36 +08:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://0.0.0.0:5206",
2026-05-21 15:52:36 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://0.0.0.0:7165;http://0.0.0.0:5206",
2026-05-21 15:52:36 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}