Files
Thuis_api/Properties/launchSettings.json
KaasKop- 1433d59207 Start on dockerization
Edited freezerDto a tad
2023-04-07 13:03:22 +02:00

33 lines
838 B
JSON

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