Skip to content

Commit

Permalink
Development: Add eureka configuration to documentation for localCI se…
Browse files Browse the repository at this point in the history
…tup (#8693)
  • Loading branch information
florian-glombik authored and iyannsch committed Jun 4, 2024
1 parent c5d4853 commit 55768df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/dev/setup/integrated-code-lifecycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Create a file ``src/main/resources/config/application-local.yml`` with the follo
image-architecture: arm64
# Only necessary on Windows:
docker-connection-uri: tcp://localhost:2375
eureka:
client:
register-with-eureka: false
fetch-registry: false
The values configured here are sufficient for a basic Artemis setup that allows for running programming exercises with Integrated Code Lifecycle.

Expand Down

0 comments on commit 55768df

Please sign in to comment.