Skip to content

Commit

Permalink
fix: improved/fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse authored May 24, 2024
1 parent 71027ae commit 9e95476
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kube/services/ohdsi-atlas/ohdsi-atlas-config-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ data:
}];
// This tells Atlas to show the 'lock' icon to the user when
// viewing concept sets, cohort definitions, and other
// artifacts so that the can edit READ and WRITE
// artifacts so that they can edit READ and WRITE
// permissions. By default, this is set to true
configLocal.enablePermissionManagement = true; // Default is false
configLocal.enablePermissionManagement = true; // Default is true
// If the enablePermissionManagement is set to true, you can specify
// if this capability should be limited to only users that have a
// specific permission for this. Leave false if all users should have that ability.
configLocal.limitedPermissionManagement = true; // Default is false all users can share
configLocal.limitedPermissionManagement = true; // Default is false all users can share. If true, only users with the permission "artifact:global:share:put" get the ability to share artifacts.
configLocal.cohortComparisonResultsEnabled = false;
configLocal.userAuthenticationEnabled = true;
configLocal.plpResultsEnabled = false;
Expand Down

0 comments on commit 9e95476

Please sign in to comment.