APICycleVDP/APICycleVDP/Properties/launchSettings.json
Georgy.Khatuncev 89e215aec3 Migrape API to NET8
Use entity schema from root, add controller, add CORS for proxy
2024-09-20 10:54:32 +05:00

32 lines
781 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:37468",
"sslPort": 0
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "currcycles",
"applicationUrl": "http://localhost:65041",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "currcycles",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}