Files
esiur-dotnet/Examples/AspNet/Properties/launchSettings.json
T
2026-07-17 02:19:05 +03:00

15 lines
360 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Esiur.AspNetCore.Example": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:8080",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}