Created
February 15, 2022 11:05
-
-
Save larkintuckerllc/7acdbbc12176a470656874c73685815c to your computer and use it in GitHub Desktop.
This file contains 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
auth: | |
# see https://backstage.io/docs/auth/ to learn about auth providers | |
environment: development | |
providers: | |
github: | |
development: | |
clientId: ${AUTH_GITHUB_CLIENT_ID} | |
clientSecret: ${AUTH_GITHUB_CLIENT_SECRET} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment