Add users

This commit is contained in:
Campbell Alden 2026-08-01 01:09:51 +09:00
parent 6700bc9763
commit 12797e3cae
7 changed files with 194 additions and 2 deletions

View file

@ -6,6 +6,10 @@
}
"email": {
"bird_api_key": "asdf1234",
"sender": "me@example.com"
"sender": "noreply@verifiedsenderdomain.com"
},
"database": {
"url": "sqlite://",
"echo": false
}
}