27 lines
534 B
JSON
27 lines
534 B
JSON
{
|
|
"BaseURL": "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": ""
|
|
},
|
|
"recipients": {
|
|
"ContactForm": "contacts@server.com",
|
|
"UserRegistration": "registration@server.com"
|
|
}
|
|
}
|