blog3000/Blog3000/Client/Properties/launchSettings.json

28 lines
784 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:57461",
"sslPort": 44396
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Blog3000": {
"commandName": "Project",
"commandLineArgs": "--allow-search-devbot --visible-url-prefix=https://localhost:5001 --public-dl-uri=https://cdn.mh3000.net/blogdl",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}