16 lines
421 B
JSON
16 lines
421 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"MinAttestApp": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchUrl": "swagger",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"applicationUrl": "https://localhost:10001;http://localhost:10000",
|
|
"dotnetRunMessages": true
|
|
}
|
|
}
|
|
}
|