refactor: Add todo point

This commit is contained in:
Igor Ilic 2025-11-12 18:01:44 +01:00
parent b017fcc8d0
commit 0176cd5a68

View file

@ -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,
}