Files
GoMembership/configs/config.template.json
$(pass /github/name) 6ac5491053 switched to gorm..
2024-07-10 14:22:56 +02:00

20 lines
315 B
JSON

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