mirror of
https://github.com/hmaxnl/SharpRSS.git
synced 2024-11-15 01:54:20 +01:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
|
{
|
||
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
||
|
"iisSettings": {
|
||
|
"windowsAuthentication": false,
|
||
|
"anonymousAuthentication": true,
|
||
|
"iisExpress": {
|
||
|
"applicationUrl": "http://localhost:40021",
|
||
|
"sslPort": 44347
|
||
|
}
|
||
|
},
|
||
|
"profiles": {
|
||
|
"http": {
|
||
|
"commandName": "Project",
|
||
|
"dotnetRunMessages": true,
|
||
|
"launchBrowser": true,
|
||
|
"applicationUrl": "http://localhost:5229",
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
}
|
||
|
},
|
||
|
"https": {
|
||
|
"commandName": "Project",
|
||
|
"dotnetRunMessages": true,
|
||
|
"launchBrowser": true,
|
||
|
"applicationUrl": "https://localhost:7167;http://localhost:5229",
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
}
|
||
|
},
|
||
|
"IIS Express": {
|
||
|
"commandName": "IISExpress",
|
||
|
"launchBrowser": true,
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|