23 lines
587 B
JSON
23 lines
587 B
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
||
|
"profiles": {
|
||
|
"Development": {
|
||
|
"commandName": "Project",
|
||
|
"dotnetRunMessages": true,
|
||
|
"launchBrowser": false,
|
||
|
"externalUrlConfiguration": true,
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
}
|
||
|
},
|
||
|
"Production": {
|
||
|
"commandName": "Project",
|
||
|
"dotnetRunMessages": true,
|
||
|
"launchBrowser": false,
|
||
|
"externalUrlConfiguration": true,
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Production"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|