Sha256: f426c6bec3c53039a01166116ba5022c39a480bdbc23889119bbfd4179575446

Contents?: true

Size: 280 Bytes

Versions: 3

Compression:

Stored size: 280 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
framey-1.2.5 lib/rails/generators/framey/templates/initializer.rb
framey-1.2.4 lib/rails/generators/framey/templates/initializer.rb
framey-1.2.3 lib/rails/generators/framey/templates/initializer.rb