Skip to content

Commit

Permalink
feat: fix mongo connection
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolg committed Oct 28, 2023
1 parent dee1c8f commit f10ef17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/acceptance/environments/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ elasticsearch:
- http://localhost:9200

# MongoDB settings
mongoHost: mongo:27017
mongoHost: localhost:27017
mongoUsername: mongoadmin
mongoPassword: mongoadmin
mongoDatabase: golium-demo

# Redis
redis:
endpoint: localhost:6379

# s3
s3Autoclean: true
s3Bucket: golium-demo
Expand Down

0 comments on commit f10ef17

Please sign in to comment.