Files
GoMembership/configs/config.template.json
$(pass /github/name) 6d34d99835 first working server
2024-07-03 09:40:45 +02:00

14 lines
196 B
JSON

{
"db":
{
"DBPath": "data/db.sqlite3"
},
"smtp": {
"server": "mail.server.com",
"user": "username",
"password": "password",
"port": 465,
"mailtype": "html"
}
}