You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
350 B
17 lines
350 B
5 years ago
|
defaults: &defaults
|
||
|
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'
|
||
|
|
||
|
development:
|
||
|
<<: *defaults
|
||
|
|
||
|
test:
|
||
|
<<: *defaults
|
||
|
|
||
|
production:
|
||
|
<<: *defaults
|