Skip to content

Instantly share code, notes, and snippets.

@skazazes
Created November 17, 2020 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skazazes/f2e9ef98ed4298c1847089553b6e8527 to your computer and use it in GitHub Desktop.
Save skazazes/f2e9ef98ed4298c1847089553b6e8527 to your computer and use it in GitHub Desktop.
{
'API_KEY': 'Consumer API Key'
'API_SECRET': 'Consumer API Secret Key'
'ACCESS_TOKEN': 'Access Token'
'ACCESS_TOKEN_SECRET': 'Access Token Secret'
'NEO4J_HOST': 'Neo4J Server Access URL (Only Bolt connections have been tested)'
'NEO4J_USER': 'Neo4J Username'
'NEO4J_PASSWORD': 'Neo4J Password'
'NEO4J_PORT': 'Neo4J Port'
'NEO4J_SCHEME': 'Neo4J Scheme (http, https, bolt)'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment