Created
December 16, 2021 21:15
-
-
Save rschwabco/2608efc876e50433425be48bc35361c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const authzOptions = { | |
authorizerServiceUrl: process.env.AUTHORIZER_SERVICE_URL, | |
policyId: process.env.POLICY_ID, | |
policyRoot: process.env.POLICY_ROOT, | |
authorizerApiKey: process.env.AUTHORIZER_API_KEY, | |
tenantId: process.env.TENANT_ID, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment