From 4998daa1a3a7fd2063bfe7fa7c098196f2649924 Mon Sep 17 00:00:00 2001 From: p31729568 Date: Tue, 20 Aug 2019 08:32:13 +0800 Subject: [PATCH] update .gitignore --- config/aliyun_vod.yml | 16 ---------------- log/.keep | 0 2 files changed, 16 deletions(-) delete mode 100644 config/aliyun_vod.yml delete mode 100644 log/.keep diff --git a/config/aliyun_vod.yml b/config/aliyun_vod.yml deleted file mode 100644 index aa6547a62..000000000 --- a/config/aliyun_vod.yml +++ /dev/null @@ -1,16 +0,0 @@ -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 diff --git a/log/.keep b/log/.keep deleted file mode 100644 index e69de29bb..000000000