Register form and confirmation messages

This commit is contained in:
Alphonse Paix
2025-09-04 23:39:53 +02:00
parent f8dee295cd
commit a4104ca1b2
15 changed files with 169 additions and 53 deletions

View File

@@ -1,14 +1,6 @@
application:
port: 8000
database:
host: "127.0.0.1"
port: 5432
username: "postgres"
password: "password"
database_name: "newsletter"
email_client:
base_url: "http://127.0.0.1"
sender_email: "sender@example.com"
authorization_token: "my-secret-token"
timeout_milliseconds: 10000
redis_uri: "redis://127.0.0.1:6379"