diff --git a/src/config.ts b/src/config.ts index 5e99ef2..e837062 100644 --- a/src/config.ts +++ b/src/config.ts @@ -15,7 +15,8 @@ export const config = { mail_password: process.env.MAIL_PASSWORD, mail_from: process.env.MAIL_FROM, privacy_url: process.env.PRIVACY_URL || "/privacy", - imprint_url: process.env.IMPRINT_URL || "/imprint" + imprint_url: process.env.IMPRINT_URL || "/imprint", + copyright_owner: process.env.COPYRIGHT_OWNER || "LfK!" } let errors = 0 if (typeof config.internal_port !== "number") {