From 0e4a01efe5a283d0aba8f3a1d07326d4c2ed7108 Mon Sep 17 00:00:00 2001 From: Takuo Kitame Date: Thu, 28 Jul 2011 10:46:37 +0900 Subject: [PATCH] Update for 2.0.0 --- config.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/config.yml b/config.yml index 91cc258..dd683cf 100644 --- a/config.yml +++ b/config.yml @@ -1,37 +1,44 @@ LogDir: /tmp Debug: false Daemon: true +# ProxyURI: +# CAPath: Prowl: APIKey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -# ProxyURL: + +NMA: + APIKey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Accounts: - Application: "Twitter" + NotifyMethods: + - "prwol" # Prowl for iPhone +# - "nma" # Notify My Android for Android User: example_username RateLimitThreshold: 20 UseProxy: false # <= use Prowl::ProxyURL Mentions: # Event on Mentions Enable: true Priority: 1 - IgnoreSelf: true # Ignore mention by myself + IgnoreSelf: false # Ignore mention by myself Direct: # Event on Direct Messages Enable: true Priority: 0 - IgnoreSelf: true # Ignore DM event from myself + IgnoreSelf: false # Ignore DM event from myself Retweets: # Event on Retweets Enable: true Priority: 0 Membership: # Event on List Membership Enable: true Priority: 0 - IgnoreSelf: true # Ignore event by myself + IgnoreSelf: false # Ignore event by myself IgnoreNegative: false # Ignore remove event Favorite: # Event on Favorite/Unfavorite Enable: true Priority: 0 - IgnoreSelf: true # Ignore event by myself + IgnoreSelf: false # Ignore event by myself IgnoreNegative: false # Ignore Unfavorite event Unfollowed: # Event on Unfollowed, requiresi API rate Enable: true