Commit c4a491f3 by 周业恒

更新七牛地址

parent 7557dbc4
Pipeline #10070 passed with stages
in 33 seconds
...@@ -16,13 +16,13 @@ class MediaController extends Controller ...@@ -16,13 +16,13 @@ class MediaController extends Controller
private $bucketList = [ private $bucketList = [
'develop' => 'dev-offcncloud', 'develop' => 'dev-offcncloud',
'test' => 'test-offcncloud', 'test' => 'test-offcncloud',
'master' => 'media-offcncloud', 'master' => 'test-offcncloud',
]; ];
protected $domain = [ protected $domain = [
'develop' => 'qcoenfz67.bkt.clouddn.com', 'develop' => 'qcoenfz67.bkt.clouddn.com',
'test' => 'qcoenfz67.bkt.clouddn.com', 'test' => 'test-vod-mam.eoffcn.com',
'master' => 'qcoenfz67.bkt.clouddn.com' 'master' => 'vod-mam.eoffcn.com'
]; ];
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment