Skip to content

Commit

Permalink
Make a change to test neo4j
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilije1990 committed Dec 21, 2023
1 parent 98383b7 commit 118613c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cognitive_architecture/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class Config:
graph_database_password: str = os.getenv('GRAPH_DB_PW')
weaviate_url: str = os.getenv('WEAVIATE_URL')
weaviate_api_key: str = os.getenv('WEAVIATE_API_KEY')

postgres_user: str = os.getenv('POSTGRES_USER')
postgres_password: str = os.getenv('POSTGRES_PASSWORD')
postgres_db: str = os.getenv('POSTGRES_DB')
Expand Down

0 comments on commit 118613c

Please sign in to comment.