Skip to content

Commit

Permalink
Run SpringBootAdmin on port 9099 (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHess authored Dec 4, 2024
1 parent 69ab51f commit 890858f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v4/management/springbootadmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Putting it all together, your `appsettings.Development.json` file should look li
"Admin": {
"Client": {
// This is the URL of the Spring Boot Admin Server.
"Url": "http://localhost:9090",
"Url": "http://localhost:9099",
// This is what the Spring Boot Admin Server uses to connect to your app.
"BasePath": "http://host.docker.internal:5258"
}
Expand Down

0 comments on commit 890858f

Please sign in to comment.