From f1cf12a5f59f1af21f32889efed349bac645116b Mon Sep 17 00:00:00 2001 From: SylorHuang Date: Thu, 15 Aug 2019 11:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E7=99=BD=E8=AF=95=E5=8D=B7=E5=8F=8A?= =?UTF-8?q?=E5=AE=9E=E8=AE=AD=E6=8A=A5=E5=91=8Apdf=E7=9A=84=E5=9C=A8?= =?UTF-8?q?=E7=BA=BF=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/aliyun_vod.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/aliyun_vod.yml diff --git a/config/aliyun_vod.yml b/config/aliyun_vod.yml new file mode 100644 index 000000000..aa6547a62 --- /dev/null +++ b/config/aliyun_vod.yml @@ -0,0 +1,16 @@ +defaults: &defaults + 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' + +development: + <<: *defaults + +test: + <<: *defaults + +production: + <<: *defaults \ No newline at end of file