-
-
Save colemanm/2942ced7da029a678eb3024ef35ad1b4 to your computer and use it in GitHub Desktop.
Fulcrum Desktop settings example
This file contains 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 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