Created
February 20, 2022 01:03
-
-
Save larkintuckerllc/51f6576a2c3cd69ee477d254ba609f10 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
export POSTGRES_HOST=db | |
export POSTGRES_PORT=5432 | |
export POSTGRES_USER=postgres | |
export POSTGRES_PASSWORD=example | |
export AUTH_GITHUB_CLIENT_ID=[OMITTED] | |
export AUTH_GITHUB_CLIENT_SECRET=[OMITTED] | |
export GITHUB_APP_CREDENTIALS=`cat github-app-backstage-mybackstageapp-credentials.yaml` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment