Skip to content

Commit

Permalink
chore: update merge config (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxFrank13 authored Aug 19, 2024
1 parent 5ea7c6c commit 2d09189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const configuration = {
CAREER_LINK_URL: process.env.CAREER_LINK_URL || null,
LOGO_URL: process.env.LOGO_URL,
ENABLE_EDX_PERSONAL_DASHBOARD: process.env.ENABLE_EDX_PERSONAL_DASHBOARD === 'true',
SEARCH_CATALOG_URL: process.env.SEARCH_CATALOG_URL || null,
};

const features = {};
Expand Down

0 comments on commit 2d09189

Please sign in to comment.