This commit is contained in:
parent
ba511b6b68
commit
093635c8e0
|
@ -3,15 +3,6 @@ import path from "node:path";
|
||||||
export default {
|
export default {
|
||||||
hostname: "localhost",
|
hostname: "localhost",
|
||||||
dataDirectory: path.join(process.cwd(), "data"),
|
dataDirectory: path.join(process.cwd(), "data"),
|
||||||
email: {
|
administratorEmail: "kill-the-newsletter@leafac.com",
|
||||||
options: { streamTransport: true, buffer: true },
|
|
||||||
defaults: {
|
|
||||||
from: {
|
|
||||||
name: "Courselore",
|
|
||||||
address: "feedback@courselore.org",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
administratorEmail: "feedback@courselore.org",
|
|
||||||
environment: "other",
|
environment: "other",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue