Sha256: 20eb9ee33637924a2b4c309261553d481c888229be5dce601eaf50f448519b2b
Contents?: true
Size: 415 Bytes
Versions: 18
Compression:
Stored size: 415 Bytes
Contents
# config/kaltura.yml base: &base login_email: 'USER_EMAIL' login_password: 'THE_PASSWORD' partner_id: 'PARTNER_ID' subpartner_id: 'PARTNER_ID * 100' administrator_secret: 'ADMINISTRATOR_SECRET' user_secret: 'USER_SECRET' thumb_width: '300' thumb_height: '300' player_conf_id: 'whatever' service_url: 'http://www.kaltura.com' development: <<: *base test: <<: *base production: <<: *base
Version data entries
18 entries across 18 versions & 2 rubygems