Skip to content

Instantly share code, notes, and snippets.

@cewood
Created March 22, 2014 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cewood/9702291 to your computer and use it in GitHub Desktop.
Save cewood/9702291 to your computer and use it in GitHub Desktop.
Attempt to DRY up my flexget config for like named keys.
credentials: &trakt_credentials
api_key: 91e5965f5df67558374f5198bd761bc9
username: someusername
password: somepassword
trakt_list: *trakt_credentials
custom: flexget_tv
trakt_remove: *trakt_credentials
list: flexget_tv
@cewood
Copy link
Author

cewood commented Mar 22, 2014

Some references...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment