add email config to config file

This commit is contained in:
2026-04-13 09:19:35 -04:00
parent 8f0291bb8a
commit 8de145adbc
2 changed files with 16 additions and 0 deletions

View File

@@ -14,5 +14,12 @@
"server_config": {
"port": 8080,
"base_url": "https://profile.example.com"
},
"email_config": {
"username": "noreply",
"email": "noreply@example.com",
"password": "",
"smtp_url": "mx.example.com",
"smtp_port": 587
}
}