Added copyright owner to config
This commit is contained in:
parent
9bdb3072aa
commit
806cc814c3
@ -15,7 +15,8 @@ export const config = {
|
|||||||
mail_password: process.env.MAIL_PASSWORD,
|
mail_password: process.env.MAIL_PASSWORD,
|
||||||
mail_from: process.env.MAIL_FROM,
|
mail_from: process.env.MAIL_FROM,
|
||||||
privacy_url: process.env.PRIVACY_URL || "/privacy",
|
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
|
let errors = 0
|
||||||
if (typeof config.internal_port !== "number") {
|
if (typeof config.internal_port !== "number") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user