Skip to content

Commit

Permalink
fix: add env variables to list (#5625)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadda11asm committed Nov 1, 2021
1 parent cd2e155 commit 4b1ca70
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ class ChecklistRouter extends CustomAdminRouter {
'BP_PRODUCTION',
'CLUSTER_ENABLED',
'AUTO_MIGRATE',
'BP_LICENSE_KEY'
'BP_LICENSE_KEY',
'BP_CONFIG_PRO_ENABLED',
'BP_CONFIG_PRO_LICENSEKEY'
])
}
res.send(serverConfig)
Expand Down

0 comments on commit 4b1ca70

Please sign in to comment.