Skip to content

Commit

Permalink
Remove SIMORGH_APP_ENV from next.config.js (#11369)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoore108 authored Mar 4, 2024
1 parent 78f6f93 commit be0dee0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ws-nextjs-app/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ module.exports = {
// The rest are set directly on the Lambda and accessible via process.env on the server
SIMORGH_ATI_BASE_URL: process.env.SIMORGH_ATI_BASE_URL,
SIMORGH_OPTIMIZELY_SDK_KEY: process.env.SIMORGH_OPTIMIZELY_SDK_KEY,
SIMORGH_APP_ENV: process.env.SIMORGH_APP_ENV,
}),
LOG_TO_CONSOLE: 'true',
NEXTJS: 'true',
Expand Down

0 comments on commit be0dee0

Please sign in to comment.