From dfe26280d2c54ac1c5db36a264f0b877aacd3693 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Fri, 11 Oct 2024 23:38:00 -0400 Subject: [PATCH] Update app.js --- server/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/app.js b/server/app.js index 4be0c84e9..1e1b3c39c 100644 --- a/server/app.js +++ b/server/app.js @@ -475,7 +475,8 @@ const renderPage = async (req, res)=>{ const configuration = { local : isLocalEnvironment, publicUrl : config.get('publicUrl') ?? '', - environment : nodeEnv + environment : nodeEnv, + deployment : config.get('heroku_app_name') ?? '' }; const props = { version : require('./../package.json').version,