Support for TLS encryption

This commit is contained in:
Alphonse Paix
2025-09-05 18:13:35 +02:00
parent 767fc571b6
commit a7d22e6634
8 changed files with 97 additions and 26 deletions

View File

@@ -69,6 +69,7 @@ pub struct ApplicationSettings {
pub port: u16,
pub host: String,
pub base_url: String,
pub require_tls: bool,
}
#[derive(Clone, Deserialize)]