diff --git a/backend b/backend index 2c50555..77a3f77 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit 2c505554db1dbd5f1a255df85debc0fc5a049d87 +Subproject commit 77a3f77b1bb07b05adce913b102961916e71dfc0 diff --git a/helm_configs/backend/config.local.js b/helm_configs/backend/config.local.js index ecd90c3..553966a 100644 --- a/helm_configs/backend/config.local.js +++ b/helm_configs/backend/config.local.js @@ -29,18 +29,15 @@ module.exports = { jobCancel: "Cancelled" }, smtpSettings: { - host: "mail.ethz.ch", - port: 587, - secure: false, - auth: JSON.parse(process.env.MAIL_AUTH) + auth: JSON.parse(process.env.MAIL_AUTH), + aadEndpoint: "https://login.microsoftonline.com", + graphEndpoint: "https://graph.microsoft.com" }, expressSessionSecret: "asecret", smtpMessage: { from: "dacatmail@psi.ch", replyTo: "scicatarchivemanager@psi.ch", - to: undefined, subject: "[SciCat " + process.env.ENV + "]", - text: undefined // can also set html key and this will override this }, queue: "rabbitmq", logbook: {