Skip to content

Commit

Permalink
fix bad es url
Browse files Browse the repository at this point in the history
  • Loading branch information
dgauldie committed May 28, 2024
1 parent 3889961 commit b6d6aa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- name: SPRING_DATA_REDIS_URL
value: "redis://redis:6379"
- name: TERARIUM_ELASTICSEARCH_URL
value: "https://10.64.20.114:9200"
value: "https://elasticsearch.dev.terarium.ai"
- name: TERARIUM_SWAGGER_SERVER-URL
value: "https://server.dev.terarium.ai"
- name: LOGGING_LEVEL_ROOT
Expand Down

0 comments on commit b6d6aa3

Please sign in to comment.