We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b6e97 commit 8601b50Copy full SHA for 8601b50
src/common/config.ts
@@ -71,7 +71,7 @@ const genericConfig: GenericConfigType = {
71
IAMTablePrefix: "infra-core-api-iam",
72
ProtectedEntraIDGroups: [infraChairsGroupId, officersGroupId],
73
MembershipTableName: "infra-core-api-membership-provisioning",
74
- ExternalMembershipTableName: "infra-membership-api-external-lists"
+ ExternalMembershipTableName: "infra-core-api-membership-external"
75
} as const;
76
77
const environmentConfig: EnvironmentConfigType = {
0 commit comments