Commit 32576ad30e00f06ac71262ecd5a53253e1ae8c2c
1 parent
f533718b
Exists in
master
common
1. F 上传OSS的路径改为阿里云内网
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
common/config/params.php
... | ... | @@ -6,10 +6,10 @@ return [ |
6 | 6 | 'ossOptions' => [ |
7 | 7 | 'accessKeyId' => 'LTAI4FkTRRhExNtjJNXGSFzL', |
8 | 8 | 'accessKeySecret' => 'qimZCuCxMUClfZ5nFijJGTXMnDFklZ', |
9 | - 'endpoint' => 'kingboard-prod.oss-cn-shenzhen.aliyuncs.com', | |
9 | + 'endpoint' => 'kingboard-prod.oss-cn-shenzhen-internal.aliyuncs.com', | |
10 | 10 | 'bucket' => 'kingboard-prod', |
11 | 11 | 'url' => 'https://kingboard-prod.oss-cn-shenzhen.aliyuncs.com', |
12 | - 'styleUrl' => 'https://kingboard-prod.oss-cn-shenzhen.aliyuncs.com' | |
12 | + 'styleUrl' => 'https://kingboard-prod.oss-cn-shenzhen-internal.aliyuncs.com' | |
13 | 13 | ], |
14 | 14 | 'UPGRADE_FILE_FROM' => 'FROM_OSS', |
15 | 15 | 'AUTH_DEVICE_RSA_PKCS_1' => [ | ... | ... |