Support for TLS encryption

This commit is contained in:
Alphonse Paix
2025-09-05 18:13:35 +02:00
parent a4104ca1b2
commit 8d6cab41d0
11 changed files with 102 additions and 37 deletions

View File

@@ -1,14 +1,15 @@
application:
port: 8000
host: "127.0.0.1"
base_url: "http://127.0.0.1:8000"
require_tls: false
database:
host: "127.0.0.1"
port: 5432
database_name: "newsletter"
username: "postgres"
password: "password"
require_ssl: false
email_client:
base_url: "https://api.mailersend.com"
sender_email: "MS_PTrumQ@test-r6ke4n1mmzvgon12.mlsender.net"
authorization_token: "secret-token"
redis_uri: "redis://127.0.0.1:6379"