Skip to content

Instantly share code, notes, and snippets.

@netpro2k
Created November 23, 2011 04:38
Show Gist options
  • Save netpro2k/1387905 to your computer and use it in GitHub Desktop.
Save netpro2k/1387905 to your computer and use it in GitHub Desktop.
port: 4433
plugins:
- SimplePlugin # simple syntax for plugins that are in rubygems and have no config
- name: 'Twitter'
path: './plugins/testproxy' # path works just like specifing in gemfile
# custom args for plgin to use
consumer_key: "YOUR KEY"
consumer_secret: "YOUR SECRET"
oauth_token: "YOUR TOKEN"
oauth_token_secret: "YOUR TOKEN SECRET"
- name: 'AnotherPlugin'
git: 'git://github.com/netpro2k/SiriProxy-AnotherPlugin.git' # git works just like specifying in Gemfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment