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