Skip to content

Commit

Permalink
feat: updated env variables for test docker-compose!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Sep 16, 2024
1 parent d1de3e6 commit fd7fe91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ services:
- NEO4J_USER=neo4j
- NEO4J_PASSWORD=password
- NEO4J_DB=neo4j
- USERNAMES=johndoe,janesmith
- NAMES=John Doe,Jane Smith
- PASSWORDS=password1,password2
- SECRET_KEY=my_secret_key
volumes:
- ./coverage:/project/coverage
depends_on:
Expand Down

0 comments on commit fd7fe91

Please sign in to comment.