Files
GoMembership/configs/config.template.json
2024-07-03 21:27:50 +02:00

17 lines
277 B
JSON

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