Skip to content

Commit

Permalink
fix neo4j users
Browse files Browse the repository at this point in the history
  • Loading branch information
chriku committed Mar 31, 2024
1 parent fa59fae commit 47f0977
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ services:
- login-service
environment:
- SPRING_NEO4J_URI=bolt://neo4j:7687
- SPRING_NEO4J_AUTHENTICATION_USERNAME=neo4j
- SPRING_NEO4J_AUTHENTICATION_PASSWORD=TodoNeo4jPassword
- SPRING_DATA_MONGODB_HOST=mongo
- SPRING_DATA_MONGODB_PORT=27017
- SPRING_DATA_MONGODB_DATABASE=gropius
Expand All @@ -164,6 +166,8 @@ services:
- login-service
environment:
- SPRING_NEO4J_URI=bolt://neo4j:7687
- SPRING_NEO4J_AUTHENTICATION_USERNAME=neo4j
- SPRING_NEO4J_AUTHENTICATION_PASSWORD=TodoNeo4jPassword
- SPRING_DATA_MONGODB_HOST=mongo
- SPRING_DATA_MONGODB_PORT=27017
- SPRING_DATA_MONGODB_DATABASE=gropius
Expand Down

0 comments on commit 47f0977

Please sign in to comment.