Skip to content

Commit

Permalink
fix: typos from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
becknik committed Jan 20, 2025
1 parent 32bd230 commit 2ee520d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-manuals/backend/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ If the service to be run locally is the frontend:
Else:

* Navigate to the `graphql_gateway` submodule, open its `docker-compose.yml` and adjust the URLs of the set of services you want to run locally in the `environment` section as follows: http://~~app-\<service-name\>~~host.docker.internal:\<service-port\>/graphql
* Rebuild & restart the docker services via `compose.bat`/`.sh up --build`. The `gateway` container should now restart frequently because it can't reach the service to be run locally. This is desired behavior, since it now tries to fetch the adjusted URLs services graphql api from the machines `localhost`.
* Make sure the Spring Bott dev profile's database port is set correctly
* Rebuild & restart the docker services via `compose.bat`/`.sh up --build`. The `gateway` container should now restart frequently because it can't reach the services which are supposed to be run locally. This is desired behavior, since it now tries to fetch the adjusted URLs services graphql api from your machines `localhost`.
* Make sure the Spring Boot dev profile's database port is set correctly
* Start the set of service you want to run locally on your machine using the dev profile, which can either be selected in the IDEA Ultimate "Run Configurations", the `application.properties` file or be passed to gradle as command line argument: `gradle bootRun --args="--spring.profiles.active=dev"`
<!-- TODO python? -->
* The Dapr PubSub Events do not work when debugging in this way
Expand Down

0 comments on commit 2ee520d

Please sign in to comment.