Skip to content

Commit

Permalink
fix ports to match defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
shroffk committed Sep 26, 2024
1 parent 1cde8d7 commit f39497b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mvn org.springframework.boot:spring-boot-maven-plugin:run
Once the service is running, the service consists of a welcome page `http://localhost:8080/Olog`

```
$ curl http://localhost:9090/Olog
$ curl http://localhost:8080/Olog
{
"name" : "Olog Service",
"version" : "5.0.0-SNAPSHOT",
Expand All @@ -77,7 +77,7 @@ backends.
An example for testing the creation of a single test log entry with the demo credentials

```
curl --location --insecure --request PUT 'https://localhost:9191/Olog/logs' \
curl --location --insecure --request PUT 'https://localhost:8181/Olog/logs' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic YWRtaW46YWRtaW5QYXNz' \
--data '{
Expand Down

0 comments on commit f39497b

Please sign in to comment.