insight/src/Server/Insight.Server/Properties/launchSettings.json

14 lines
296 B
JSON
Raw Normal View History

2023-09-21 18:58:32 +02:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Development": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Production": {
"commandName": "Project"
}
}
}