Files
criminalmindsapi/server/Properties/launchSettings.json
T

30 lines
770 B
JSON
Raw Normal View History

2022-06-18 18:18:54 -05:00
{
2022-06-18 17:39:22 -05:00
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:5604",
"sslPort": 44307
}
},
"profiles": {
"server": {
"commandName": "Project",
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2022-06-18 18:18:54 -05:00
},
"applicationUrl": "https://localhost:7021;http://localhost:5021",
"dotnetRunMessages": true
2022-06-18 17:39:22 -05:00
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
2022-06-18 18:18:54 -05:00
}