Skip to content

Commit

Permalink
remove duplicate cors arg, add args to int test
Browse files Browse the repository at this point in the history
  • Loading branch information
cjenkscybercom committed Mar 26, 2024
1 parent 10bbce5 commit 099e3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker-compose-integrationtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ services:
embedded_ldap.enabled: "false"
demo_auth.enabled: "true"
skipITCoverage: "true"
mongo.host: mongo
elasticsearch.network.host: elastic
command: >
/bin/bash -c "
while ! curl -s -f elastic:9200/_cluster/health?wait_for_status=yellow;
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
- mongo
- elastic
environment:
cors.allowed.origins: http://localhost:3000
mongo.host: mongo
elasticsearch.network.host: elastic
# Ensure that the elastic server is up before starting olog.
Expand Down

0 comments on commit 099e3df

Please sign in to comment.