vzaar/vzaar-api-ruby

View on GitHub
examples/api_envs.yml.example

Summary

Maintainability
Test Coverage
development:
  hostname: app.vzaar.localhost
  vd_hostname: view.vzaar.localhost
  category_id:
  encoding_preset_id:
  ingest_recipe:
    default:
    other:

  account_owner:
    auth_token:
    client_id:

  intruder:
    auth_token: some-secret
    client_id: naughty

production:
  category_id:
  encoding_preset_id:
  ingest_recipe:
    default:
    other:

  account_owner:
    auth_token:
    client_id:

  intruder:
    auth_token: some-secret
    client_id: naughty