development: &development facebook: klass: 'Silvermoon::Notifier::Facebook' app_id: 'MY_APP_ID' app_secret: 'MY_APP_SECRET' twitter: klass: 'Silvermoon::Notifier::Twitter' consumer_key: 'MY_APP_CONSUMER_KEY' consumer_secret: 'MY_APP_CONSUMER_SECRET' oauth_token: 'MY_APP_OAUTH_TOKEN' oauth_token_secret: 'MY_APP_OAUTH_TOKEN_SECRET' production: <<: *development test: <<: *development