defaults: &defaults
  oauth:
    qq:
      appid: 'test'
      secret: 'test123456'
    wechat:
      appid: 'test'
      secret: 'test'
      scope: 'snsapi_login'
      base_url: 'https://api.weixin.qq.com'
  aliyun_vod:
    access_key_id: 'test'
    access_key_secret: 'test'
    base_url: 'http://vod.cn-shanghai.aliyuncs.com'
    cate_id: '-1'
    callback_url: 'http://47.96.87.25:48080/api/callbacks/aliyun_vod.json'
    signature_key: 'test12345678'
  wechat:
    appid: 'test'
    secret: 'test'
  weapp:
    appid: 'test'
    secret: 'test'

development:
  <<: *defaults

test:
  <<: *defaults

production:
  <<: *defaults