env
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m39s

This commit is contained in:
2026-01-27 11:32:01 +01:00
parent 6624cfc3ad
commit 334c76935e
6 changed files with 17 additions and 0 deletions

View File

@@ -95,5 +95,12 @@ export function getMaskedConfig() {
logging: {
level: config.logging.level,
},
mail: {
host: config.mail.host,
port: config.mail.port,
user: mask(config.mail.user),
from: config.mail.from,
recipients: config.mail.recipients,
},
};
}