server: Treat the database password as a secret

This commit is contained in:
Valentin Tolmer
2024-01-22 23:02:30 +01:00
committed by nitnelave
parent addd453287
commit b82a2d5705
5 changed files with 69 additions and 8 deletions

View File

@@ -2,6 +2,7 @@ pub mod access_control;
pub mod auth_service;
pub mod cli;
pub mod configuration;
pub mod database_string;
pub mod db_cleaner;
pub mod graphql;
pub mod healthcheck;