mirror of
https://github.com/kristoferssolo/zero2prod.git
synced 2025-10-21 20:10:40 +00:00
10 lines
167 B
TOML
10 lines
167 B
TOML
[application]
|
|
host = "0.0.0.0"
|
|
|
|
[database]
|
|
require_ssl = true
|
|
|
|
[email_client]
|
|
base_url = "localhost"
|
|
sender_email = "zero2prod@kristofers.xyz" # FIX: swap to postmark
|