Files
simapi-net/Properties/launchSettings.json
T

16 lines
362 B
JSON
Raw Normal View History

2019-12-23 16:32:06 +08:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true
2019-12-27 17:28:14 +08:00
},
"profiles": {
2022-05-07 22:56:22 +08:00
"SimApi": {
2019-12-27 17:28:14 +08:00
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
2019-12-23 16:32:06 +08:00
}
2019-12-27 17:28:14 +08:00
}