first working server

This commit is contained in:
$(pass /github/name)
2024-07-03 09:40:45 +02:00
parent 9bd8d48243
commit 6d34d99835
20 changed files with 340 additions and 128 deletions

View File

@@ -0,0 +1,13 @@
{
"db":
{
"DBPath": "data/db.sqlite3"
},
"smtp": {
"server": "mail.server.com",
"user": "username",
"password": "password",
"port": 465,
"mailtype": "html"
}
}