Files
predavanja/Events.GraphQL/Events.GraphQLServer/Properties/launchSettings.json
2026-05-10 23:39:55 +02:00

15 lines
342 B
JSON

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