Created
November 23, 2011 04:38
-
-
Save netpro2k/1387905 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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