FalconSSO/FAuth/Properties/launchSettings.json

26 lines
621 B
JSON
Raw Normal View History

2020-03-30 10:12:52 +08:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:50326",
"sslPort": 44356
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"FAuth": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
2020-04-22 17:52:22 +08:00
"applicationUrl": "https://*:9001;http://*:9000"
2020-03-30 10:12:52 +08:00
}
}
}