Skip to content

Commit

Permalink
Unhide uniqueID setting (RocketChat#13342)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego authored and Montel committed Feb 13, 2019
1 parent 0b3914e commit 2b1afa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/rocketchat-lib/server/startup/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import './email';
// Insert server unique id if it doesn't exist
RocketChat.settings.add('uniqueID', process.env.DEPLOYMENT_ID || Random.id(), {
public: true,
hidden: true,
});

// When you define a setting and want to add a description, you don't need to automatically define the i18nDescription
Expand Down

0 comments on commit 2b1afa5

Please sign in to comment.