Files
server/extra/admin-api/ConfigTest/Properties/launchSettings.json
2025-12-14 23:18:35 +01:00

13 lines
267 B
JSON

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