Skip to content

Instantly share code, notes, and snippets.

@austinkelleher
Created March 14, 2022 12:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austinkelleher/8db1aadd915a278f86902fce69869c7e to your computer and use it in GitHub Desktop.
Save austinkelleher/8db1aadd915a278f86902fce69869c7e to your computer and use it in GitHub Desktop.
Starbase GitHub Example Config
integrations:
-
name: graph-github
instanceId: my-starbase-github-integration
directory: ./.starbase/.integrations/graph-github
gitRemoteUrl: https://github.com/JupiterOne/graph-github.git
config:
GITHUB_APP_ID: '123'
GITHUB_APP_LOCAL_PRIVATE_KEY_PATH: /Users/me/Downloads/mykey.private-key.pem
INSTALLATION_ID: '456'
storage:
engine: neo4j
config:
username: neo4j
password: devpass
uri: bolt://localhost:7687
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment