This commit is contained in:
Leandro Facchinetti 2022-11-07 19:46:59 +00:00
parent ba511b6b68
commit 093635c8e0
1 changed files with 1 additions and 10 deletions

View File

@ -3,15 +3,6 @@ import path from "node:path";
export default {
hostname: "localhost",
dataDirectory: path.join(process.cwd(), "data"),
email: {
options: { streamTransport: true, buffer: true },
defaults: {
from: {
name: "Courselore",
address: "feedback@courselore.org",
},
},
},
administratorEmail: "feedback@courselore.org",
administratorEmail: "kill-the-newsletter@leafac.com",
environment: "other",
};