14 lines
296 B
JSON
14 lines
296 B
JSON
|
|
{
|
|||
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|||
|
|
"profiles": {
|
|||
|
|
"Development": {
|
|||
|
|
"commandName": "Project",
|
|||
|
|
"environmentVariables": {
|
|||
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"Production": {
|
|||
|
|
"commandName": "Project"
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|