Files
TenWholeYears.Server/RecNet.MigrationService/Properties/launchSettings.json
2026-06-17 22:27:12 -05:00

13 lines
280 B
JSON

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