Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created February 20, 2022 01:03
Show Gist options
  • Save larkintuckerllc/51f6576a2c3cd69ee477d254ba609f10 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/51f6576a2c3cd69ee477d254ba609f10 to your computer and use it in GitHub Desktop.
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