MultiFIleServer/MultiFile-Server/Properties/launchSettings.json

15 lines
344 B
JSON
Raw Normal View History

2025-07-08 08:23:01 +02:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5192",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}