Skip to content

Commit

Permalink
Merge pull request #54 from DataChefHQ/fix/add-custom-config-file-and…
Browse files Browse the repository at this point in the history
…-logo

fix: add changes to custom-config file and logo
  • Loading branch information
miladbeigi committed Aug 23, 2022
2 parents 64a3a4a + e07b8df commit eaee6e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const configCustom: AppConfigCustom = {
enabled: false,
},
indexUsers: {
enabled: false,
enabled: true,
},
indexFeatures: {
enabled: false,
Expand All @@ -39,6 +39,7 @@ const configCustom: AppConfigCustom = {
enabled: false,
},
productTour: {},
logoPath: '/static/images/logo.png',
};

export default configCustom;

0 comments on commit eaee6e2

Please sign in to comment.