Files
Thuis_api/Properties/launchSettings.json
KaasKop 5e990fadc5 Bump .NEt
Add Freezer stuff

Update Project

Update Data
2026-01-25 19:33:30 +01:00

25 lines
622 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:33778",
"sslPort": 44391
}
},
"profiles": {
"Api": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7239;http://localhost:5052",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"AUTH_TOKEN": "kaas"
}
}
}
}