feat: Add graph db name to dict
This commit is contained in:
parent
23b9c85006
commit
25217a28ac
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ class GraphConfig(BaseSettings):
|
|||
"graph_filename": self.graph_filename,
|
||||
"graph_database_provider": self.graph_database_provider,
|
||||
"graph_database_url": self.graph_database_url,
|
||||
"graph_database_name": self.graph_database_name,
|
||||
"graph_database_username": self.graph_database_username,
|
||||
"graph_database_password": self.graph_database_password,
|
||||
"graph_database_port": self.graph_database_port,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue