Skip to content

Commit

Permalink
consul enabled false
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmaTor committed Jul 17, 2023
1 parent 533d723 commit 1ca5842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion itachallenge-challenge/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
name: itachallenge-challenge
cloud:
consul:
enabled: true #habilitar / deshabilitar el uso de consul
enabled: false #habilitar / deshabilitar el uso de consul
#host: 172.24.2.0 #IP del agente consul (Docker)
host: 127.0.0.1 #IP del agente consul (local)
#port: 8500 #puerto HTTP del agente (Docker)
Expand Down
2 changes: 1 addition & 1 deletion itachallenge-gateway/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
name: itachallenge-gateway
cloud:
consul:
enabled: true #habilitar / deshabilitar el uso de consul
enabled: false #habilitar / deshabilitar el uso de consul
#host: 172.24.2.0 #IP del agente consul (Docker)
host: 127.0.0.1 #IP del agente consul (local)
#port: 8500 #puerto HTTP del agente (Docker)
Expand Down

0 comments on commit 1ca5842

Please sign in to comment.