diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-22 12:04:10 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-22 12:04:10 -0600 |
| commit | b7541657a47f237ccbb86faecb18623d1c34f3e9 (patch) | |
| tree | d0a9f744a7e3a8ced6d0f8be22351d2c5e537463 /config | |
| parent | 795feaa3efd9fa3e3f4c29e292d618d080a29558 (diff) | |
allow signups to subscribe to a mailing list
Diffstat (limited to 'config')
| -rw-r--r-- | config/initializers/gibbon.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/initializers/gibbon.rb b/config/initializers/gibbon.rb new file mode 100644 index 0000000..cd8bdcc --- /dev/null +++ b/config/initializers/gibbon.rb @@ -0,0 +1,3 @@ +Gibbon.api_key = ENV["MAILCHIMP_API_KEY"] +Gibbon.timeout = 15 +Gibbon.throws_exceptions = false |
