Skip to content

Commit

Permalink
temporary disable readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Tran committed Apr 4, 2018
1 parent 5929b37 commit 90f66f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/startup/initialSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Meteor.startup(function() {
const newConfig = Object.assign({}, config);
delete newConfig._updatedAt;
delete newConfig.createdAt;
newConfig.readonly = true;
// newConfig.readonly = true;
if (newConfig._id === S3BUCKETID) {
const newValue = newConfig.value.replace('${subdomain}', subDomain);
newConfig.value = newValue;
Expand Down

0 comments on commit 90f66f1

Please sign in to comment.