* adding config in admin needed by web VRFS-1541

This commit is contained in:
Seth Call 2014-03-27 20:14:59 +00:00
parent 28901b4d92
commit de10ed09d7
1 changed files with 2 additions and 0 deletions

View File

@ -119,5 +119,7 @@ module JamAdmin
config.twitter_app_secret = ENV['TWITTER_APP_SECRET'] || 'Azcy3QqfzYzn2fsojFPYXcn72yfwa0vG6wWDrZ3KT8'
config.ffmpeg_path = ENV['FFMPEG_PATH'] || (File.exist?('/usr/local/bin/ffmpeg') ? '/usr/local/bin/ffmpeg' : '/usr/bin/ffmpeg')
config.max_audio_downloads = 100
end
end