Files
psg-oversight-app/OversightService/Properties/launchSettings.json
2025-10-10 12:06:35 +08:00

13 lines
272 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"OversightService": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}