insight/src/Server/Insight.Server/Properties/launchSettings.json
2023-09-21 18:58:32 +02:00

14 lines
No EOL
296 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Development": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Production": {
"commandName": "Project"
}
}
}