diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-06-07 17:07:00 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-06-07 17:07:00 +0100 |
commit | eff801d14ab7d5be11518190a10ebf0b0deb3db2 (patch) | |
tree | 684b1d83fdb7e0f4ae05eadf84df663429177816 /lib/configuration.rb | |
parent | 05017eee973ee1fbbf1de4ebeea478de0cd3c375 (diff) |
Allow the donation url to be configured. Closes #909.
Diffstat (limited to 'lib/configuration.rb')
-rw-r--r-- | lib/configuration.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/configuration.rb b/lib/configuration.rb index 88890856b..03c4ac616 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -28,6 +28,7 @@ module AlaveteliConfiguration :DEFAULT_LOCALE => '', :DISABLE_EMERGENCY_USER => false, :DOMAIN => 'localhost:3000', + :DONATION_URL => '', :EXCEPTION_NOTIFICATIONS_FROM => '', :EXCEPTION_NOTIFICATIONS_TO => '', :FORCE_REGISTRATION_ON_NEW_REQUEST => false, |