lib/rails/generators/framey/templates/initializer.rb in framey-1.2.2 vs lib/rails/generators/framey/templates/initializer.rb in framey-1.2.3

- old
+ new

@@ -1,16 +1,11 @@ -module Framey - class Engine < Rails::Engine - - config.mount_at = '/framey' - config.video_factory_name = 'Framey Factory' - - end - +module Framey API_HOST = "http://framey.com" RUN_ENV = "production" API_KEY = "API_KEY_VALUE" SECRET = "API_SECRET_VALUE" API_TIMEOUT = 15 MAX_TIME = 30 + FLASH_RECORDER_URL = 'http://framey.com/recorder.swf' + FLASH_PLAYER_URL = 'http://framey.com/player.swf' end