Unsubscribe option available on website

This commit is contained in:
Alphonse Paix
2025-09-22 15:44:02 +02:00
parent a37123a32d
commit f1ce77a762
21 changed files with 400 additions and 91 deletions

View File

@@ -9,6 +9,7 @@ database:
username: "postgres"
password: "Jq09NF6Y8ZXJS4jd9c8U"
require_ssl: false
timeout_millis: 1000
email_client:
authorization_token: "secret-token"
redis_uri: "redis://127.0.0.1:6379"

View File

@@ -1,2 +1,4 @@
application:
host: "0.0.0.0"
database:
timeout_millis: 500