Skip to content

Commit

Permalink
Add account limit override for GOSH
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendPeter committed Jul 24, 2024
1 parent 4ec2638 commit d92b7a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/shared/src/config/SharedConfig.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export const sharedConfig = {
FREE_TIER_PRIVATE_VOTER_LIMIT: 20,
ELECTION_VOTER_LIMIT_OVERRIDES: {
'ee948c52-f79e-4449-acb1-1296debc0884': 10
'ee948c52-f79e-4449-acb1-1296debc0884': 10,
'h33qt8': 1000, // Brianna Johns, Gathering for Open Science Hardware
},
ACCOUNT_CUSTOM_REGISTRATION_OVERRIDES: [
'84724136-bb4d-41be-8202-3373a1a1c934', // Arend's Keycloak sub
Expand Down

0 comments on commit d92b7a3

Please sign in to comment.