This commit is contained in:
parent
ba511b6b68
commit
093635c8e0
|
@ -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",
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue