From eff801d14ab7d5be11518190a10ebf0b0deb3db2 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Fri, 7 Jun 2013 17:07:00 +0100 Subject: Allow the donation url to be configured. Closes #909. --- lib/configuration.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/configuration.rb') 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, -- cgit v1.2.3