Removed secrets
Some checks failed
Rust / Test (push) Has been cancelled
Rust / Rustfmt (push) Has been cancelled
Rust / Clippy (push) Has been cancelled
Rust / Code coverage (push) Has been cancelled

This commit is contained in:
Alphonse Paix
2025-09-22 16:22:46 +02:00
parent 4e18476f5e
commit ab650fdd35
8 changed files with 81 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ pub struct DatabaseSettings {
pub host: String,
pub database_name: String,
pub require_ssl: bool,
pub timeout_millis: u64,
pub timeout_milliseconds: u64,
}
impl DatabaseSettings {