blob: 20f400a572b3eac0685df174043fa1c45f8357d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5087",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
|