Skip to content

Commit

Permalink
Merge pull request #180 from tdenizgez/patch-1
Browse files Browse the repository at this point in the history
Update documentation for conductor.server.url of workes java application.
  • Loading branch information
v1r3n authored Nov 5, 2022
2 parents 9a28283 + b3946e4 commit c3e208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/run/running-first-worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ To simplify this tutorial, we have placed the `simple_worker` worker in a [GitHu

Clone this repository to your local machine, and open it in your IDE of choice. Our worker will poll the conductor server every second to see if there is a task in it's queue. For that to happen, we need to tell the worker where our Conductor server is. To do this, we must modify the file `/src/main/resources/application.properties`.

* For a local Conductor installation, change `conductor.server.url` to `http://localhost:5000`.
* For a local Conductor installation, change `conductor.server.url` to `http://localhost:8080/api`.

* For Playground, you'll need to [create an application](/content/docs/getting-started/concepts/access-control-applications#configuring-your-application) to create a key/secret that authenticates your worker with the playground, and then add the values of the key and secret to lines 2 and 3 of `application.properties` as indicated.

Expand Down

0 comments on commit c3e208d

Please sign in to comment.