Skip to content

Commit

Permalink
Tried with specificly setting port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
tschissler committed Oct 3, 2023
1 parent 004326b commit 118343e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ChargingService/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:8080"
}
}
}
}

0 comments on commit 118343e

Please sign in to comment.