test(wiremoc): add tests

This commit is contained in:
Kristofers Solo
2024-04-06 14:20:38 +03:00
parent a68c95d51b
commit 241fe4953f
12 changed files with 334 additions and 188 deletions

View File

@@ -7,3 +7,8 @@ port = 5432
username = "postgres"
password = "password"
database_name = "newsletter"
[email_client]
base_url = "localhost"
sender_email = "test@gmail.com"
auth_token = "super-secret-token"

View File

@@ -3,3 +3,7 @@ host = "0.0.0.0"
[database]
require_ssl = true
[email_client]
base_url = "localhost"
sender_email = "zero2prod@kristofers.xyz" # FIX: swap to postmark