Files
GoMembership/configs/config.template.json
2024-08-13 20:22:08 +02:00

23 lines
420 B
JSON

{
"base_url": "https://domain.de",
"db": {
"Path": "data/db.sqlite3"
},
"smtp": {
"Host": "mail.server.com",
"User": "username",
"Password": "password",
"Port": 465,
"Mailtype": "html",
"AdminEmail": "admin@server.com"
},
"templates": {
"MailPath": "templates/email",
"HTMLPath": "templates/html",
"StaticPath": "templates/css"
},
"auth": {
"APIKey": ""
}
}