2026-02-06 19:58:01 +01:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
|
|
|
"profiles": {
|
|
|
|
|
"http": {
|
|
|
|
|
"commandName": "Project",
|
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
|
"launchBrowser": true,
|
2026-08-18 07:40:24 +02:00
|
|
|
"launchUrl": "graphql",
|
2026-02-06 19:58:01 +01:00
|
|
|
"applicationUrl": "http://localhost:5249",
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|