Skip to content

Instantly share code, notes, and snippets.

@colemanm
Created January 7, 2019 17:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Fulcrum Desktop settings example
export FULCRUM_ORG="Organization Name"
export FULCRUM_TOKEN="api_token"
export FULCRUM_PG_ENABLED=yes
export FULCRUM_PG_HOST=docker.for.mac.host.internal
export FULCRUM_PG_USER=$USER
export FULCRUM_PG_DATABASE=database_name
export FULCRUM_PG_ARGS="--no-pg-prefix --pg-schema-views fulcrum_views"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment