Skip to content

Instantly share code, notes, and snippets.

@eikenb
Created November 14, 2013 23:27
Show Gist options
  • Save eikenb/7476292 to your computer and use it in GitHub Desktop.
Save eikenb/7476292 to your computer and use it in GitHub Desktop.
apid-cli config template
defaults :
default_client: test
pretty_print : 'true'
pretty_printer : 'python -mjson.tool'
silent : 'true'
use_curl: true
clusters :
test:
apid_uri : "https://testing.janraincapture.com"
client_id:
client_secret:
us:
apid_uri : "https://app.janraincapture.com"
client_id:
client_secret:
eu:
apid_uri : "https://eu-app.janraincapture.com"
client_id:
client_secret:
au:
apid_uri : "https://au-app.janraincapture.com"
client_id:
client_secret:
# vim: ft=conf expandtab shiftwidth=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment