mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-09-28 04:09:05 +00:00
change http/https ports, dont https redirect
This commit is contained in:
parent
baf5854bf2
commit
0a2ce2f004
2 changed files with 1 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
"ProjectLighthouse": {
|
||||
"commandName": "Project",
|
||||
"dotnetRunMessages": "true",
|
||||
"applicationUrl": "https://localhost:5001;http://localhost:5000",
|
||||
"applicationUrl": "http://localhost:10060;https://localhost:10061",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
|
|
|
@ -35,8 +35,6 @@ namespace ProjectLighthouse {
|
|||
app.UseDeveloperExceptionPage();
|
||||
}
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
|
||||
app.UseRouting();
|
||||
|
||||
app.UseAuthorization();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue