Files
server/extra/admin-api/Spacebar.CleanSettingsRows/Properties/launchSettings.json
2025-10-14 09:07:55 +02:00

20 lines
448 B
JSON

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