default: &default
  app_host: http://10.100.0.167:55503
  default_mailer: no-reply@central.ivrnet.com
  dispatch:
    messages_api:
      url: https://dispatch-qa.ivrnet.com/api/v1/messages
  fax:
    service_url: http://192.168.4.79:8495/api/SendFax/SendFaxes
    service_auth_header: 2136F746-151A-479F-9BC7-930FF5FE6A70
    system_id: Centrall
  mail:
    address: 'smtp.ivrnet.com'
    port: 587
    domain: 'ivrnet.com'
  password_reset_token_expiry_in_hours: 4
  check_health_token: "123456"
  cart:
    impersonated_admin_duration_seconds: 3600
    duration_seconds: 600
    high_warning_after_seconds: 240 # 4min
    low_warning_after_seconds: 420  # 7min
  default_date_format: 'yyyy-mm-dd'
  elasticsearch:
    host: 172.17.42.1:9200
  redis:
    host: 10.100.0.167
  program_waitlist_confirm:
    invoice_expiry_in_hours: 24
  paymaster:
    api: https://paymaster-qa.ivrnet.com/api/v1
    transaction_url: https://paymaster-qa.ivrnet.com/transactions/new
  s3:
    bucket: bad.dev.bucket
    key:    nokey
    secret: nosecret
    region: us-east-1
  analytics:
    google_id: ''
  exception_lists:
  - user@example.com
  default_phone_number: +15873337877
  recaptcha:
    site_key: ''
    secret_key: ''
development:
  <<: *default
  app_host: http://10.100.0.167:4433
  redis:
    host: 10.100.0.167
  elasticsearch:
    host: elasticsearch:9200
  default_mailer: no-reply@central.ivrnet.com
  mail:
    address: 'smtp.ivrnet.com'
    port: 587
    domain: 'ivrnet.com'
  paymaster:
    api: https://paymaster-qa.ivrnet.com/api/v1
    transaction_url: "https://paymaster-qa.ivrnet.com/transactions/new"
test:
  <<: *default
  redis:
    host: 10.100.0.167
  elasticsearch:
    host: elasticsearch:9200
  warlord:
    number_pool_api: "http://warlord-staging.ivrnet.com/api/v1/pools"
production:
  <<: *default
  paymaster:
    api: https://paymaster.ivrnet.com/api/v1
  exception_lists:
  - errors+central@ivrnet.com