Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
isidzukuri committed Jan 2, 2025
1 parent be98c54 commit 9af2780
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ ENV:
TEXT_ANALYZER_DB_NAME = text_analyzer
KAFKA_HOST = kafka-broker
KAFKA_PORT = 9093
NEO4J_HOST=neo4j
NEO4J_PORT=7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=your_password
NEO4J_DB=neo4j
NEO4J_DB = neo4j
NEO4J_HOST = neo4j
NEO4J_PORT = 7687
NEO4J_USER = neo4j
NEO4J_PASSWORD = your_password
MONGODB_URI = mongodb://root:example@mongo:27017/
```

0 comments on commit 9af2780

Please sign in to comment.