refactor: Add todo point
This commit is contained in:
parent
b017fcc8d0
commit
0176cd5a68
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ async def _get_graph_db_info(dataset_id: UUID, user: User) -> dict:
|
|||
"graph_database_name": graph_db_name,
|
||||
"graph_database_url": graph_db_url,
|
||||
"graph_database_provider": graph_config.graph_database_provider,
|
||||
"graph_database_key": graph_db_key,
|
||||
"graph_database_key": graph_db_key, # TODO: Hashing of keys/passwords in relational DB
|
||||
"graph_database_username": graph_db_username,
|
||||
"graph_database_password": graph_db_password,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue