Files
Alchegos.Webhook/Properties/launchSettings.json
2025-05-01 23:01:29 +01:00

13 lines
273 B
JSON

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