Skip to content

Commit

Permalink
fix: remove redondant config
Browse files Browse the repository at this point in the history
Signed-off-by: LE SAULNIER Kevin <[email protected]>
  • Loading branch information
LE SAULNIER Kevin committed Dec 11, 2024
1 parent 03d56f5 commit ab5e0fe
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions k8s/live/azure-dev/common-application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
spring:
elasticsearch:
uris:
- http://elasticsearch:9200
username: ${ELASTICSEARCH_USER:#{null}}
password: ${ELASTICSEARCH_PASSWORD:#{null}}
rabbitmq:
Expand Down
2 changes: 0 additions & 2 deletions k8s/live/azure-integ/common-application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
spring:
elasticsearch:
uris:
- http://elasticsearch:9200
username: ${ELASTICSEARCH_USER:#{null}}
password: ${ELASTICSEARCH_PASSWORD:#{null}}
rabbitmq:
Expand Down
2 changes: 0 additions & 2 deletions k8s/live/local/common-application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
spring:
elasticsearch:
uris:
- http://elasticsearch:9200
username: ${ELASTICSEARCH_USER:#{null}}
password: ${ELASTICSEARCH_PASSWORD:#{null}}
rabbitmq:
Expand Down
2 changes: 0 additions & 2 deletions k8s/resources/common/config/common-application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
spring:
elasticsearch:
uris:
- http://elasticsearch:9200
username: ${ELASTICSEARCH_USER:#{null}}
password: ${ELASTICSEARCH_PASSWORD:#{null}}
rabbitmq:
Expand Down

0 comments on commit ab5e0fe

Please sign in to comment.