Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier committed Jun 21, 2024
1 parent 4ffe825 commit 039f7cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions connectors/src/connectors/microsoft/lib/config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { EnvironmentConfig } from "@dust-tt/types";

export const microsoftConfig = {
getRequiredNangoMicrosoftConnectorId: (): string => {
return EnvironmentConfig.getEnvVariable("NANGO_MICROSOFT_CONNECTOR_ID");
},
};

0 comments on commit 039f7cd

Please sign in to comment.