Files
GoMembership/configs/config.template.json
$(pass /github/name) 96f008d67e added mail functionality
2024-07-03 12:35:41 +02:00

14 lines
228 B
JSON

{
"db": {
"DBPath": "data/db.sqlite3"
},
"smtp": {
"Host": "mail.server.com",
"User": "username",
"Password": "password",
"Port": 465,
"Mailtype": "html",
"AdminEmail": "admin@server.com"
}
}