Skip to content

Commit

Permalink
Merge pull request #11 from ccims/feature/fix_neo4j_users
Browse files Browse the repository at this point in the history
fix neo4j users
  • Loading branch information
chriku authored Mar 31, 2024
2 parents 19b69b6 + 47f0977 commit 0a178f1
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 0a178f1

Please sign in to comment.