mirror of
https://github.com/kristoferssolo/zero2prod.git
synced 2026-02-04 06:42:07 +00:00
test(wiremoc): add tests
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user