Skip to content

Commit

Permalink
add status ui timeout to runtimeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Sep 25, 2023
1 parent d2fa47b commit 8b61ba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {
LAGOON_UI_BACKUPS_LIMIT_MESSAGE: process.env.LAGOON_UI_BACKUPS_LIMIT_MESSAGE,
LAGOON_UI_YOUR_ACCOUNT_DISABLED: process.env.LAGOON_UI_YOUR_ACCOUNT_DISABLED,
LAGOON_UI_TOURS_ENABLED: process.env.LAGOON_UI_TOURS_ENABLED,
LAGOON_UI_STATUS_TIMEOUT:process.env.LAGOON_UI_STATUS_TIMEOUT,
PLUGIN_SCRIPTS: pluginRegistry,
WEBHOOK_URL: process.env.WEBHOOK_URL,
},
Expand Down

0 comments on commit 8b61ba3

Please sign in to comment.