Files
SupabaseTest/backend/Properties/launchSettings.json
2026-08-15 11:26:23 +00:00

14 lines
311 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"backend": {
"commandName": "Project",
"launchBrowser": false,
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}