no message
Showing
2 changed files
with
2 additions
and
7 deletions
| 1 | #阿里云视频点播 | 1 | #阿里云视频点播 |
| 2 | #账号AK信息请填写(必选) | 2 | #账号AK信息请填写(必选) |
| 3 | aliyun.accessKeyId = LTAI5tSKG2FKxnev2SKDt47a | 3 | aliyun.accessKeyId = LTAI5t7gKD7PcpdXKhMN3Ws4 |
| 4 | #账号AK信息请填写(必选) | 4 | #账号AK信息请填写(必选) |
| 5 | aliyun.accessKeySecret = XR5umvk9RKyW1HB1nAiJEaiXfskgiU | 5 | aliyun.accessKeySecret = RC6QONcxPgP7dcsIYxiWOKi0HOzI2L |
| 6 | #点播服务接入区域 | ||
| 7 | aliyun.regionId = cn-shanghai | ||
| 8 | 6 | ||
| 9 | 7 | ... | ... |
| ... | @@ -19,7 +19,4 @@ public class AppConfig { | ... | @@ -19,7 +19,4 @@ public class AppConfig { |
| 19 | 19 | ||
| 20 | @Value("${aliyun.accessKeySecret}") | 20 | @Value("${aliyun.accessKeySecret}") |
| 21 | private String aliyunAccessKeySecret; | 21 | private String aliyunAccessKeySecret; |
| 22 | |||
| 23 | @Value("${aliyun.regionId}") | ||
| 24 | private String aliyunRegionId; | ||
| 25 | } | 22 | } | ... | ... |
-
Please register or sign in to post a comment