lib/rails/generators/framey/templates/initializer.rb in framey-1.2.0 vs lib/rails/generators/framey/templates/initializer.rb in framey-1.2.1
- old
+ new
@@ -1,14 +1,16 @@
module Framey
class Engine < Rails::Engine
config.mount_at = '/framey'
- config.video_factory_name = 'Factory Name'
+ config.video_factory_name = 'Framey Factory'
end
API_HOST = "http://framey.com"
RUN_ENV = "production"
API_KEY = "API_KEY_VALUE"
SECRET = "API_SECRET_VALUE"
API_TIMEOUT = 15
+ MAX_TIME = 30
end
+