switched to gorm..

This commit is contained in:
$(pass /github/name)
2024-07-10 14:22:56 +02:00
parent 87e9f71ceb
commit 6ac5491053
27 changed files with 368 additions and 283 deletions

View File

@@ -1,6 +1,6 @@
{
"db": {
"DBPath": "data/db.sqlite3"
"Path": "data/db.sqlite3"
},
"smtp": {
"Host": "mail.server.com",
@@ -12,5 +12,8 @@
},
"templates": {
"MailDir": "templates/email"
},
"auth": {
"APIKey": ""
}
}