Showing
1 changed file
with
11 additions
and
0 deletions
@@ -122,6 +122,17 @@ module.exports = { | @@ -122,6 +122,17 @@ module.exports = { | ||
122 | prefix: 'yohobuy_session:' | 122 | prefix: 'yohobuy_session:' |
123 | } | 123 | } |
124 | }, | 124 | }, |
125 | + qiniu: { | ||
126 | + ACCESS_KEY: 'BwWhoJN536BnV3CzlE20AjNKC9O2bP0l5tFpKsDU', | ||
127 | + SECRET_KEY: '_x2VtO7fEmylgjojmLi7qwTBtRm30S8BrO0FxOPK', | ||
128 | + BUCKET_NAME: 'cmsimg01' | ||
129 | + }, | ||
130 | + qiniuYohoCdn: { | ||
131 | + ACCESS_KEY: 'BwWhoJN536BnV3CzlE20AjNKC9O2bP0l5tFpKsDU', | ||
132 | + SECRET_KEY: '_x2VtO7fEmylgjojmLi7qwTBtRm30S8BrO0FxOPK', | ||
133 | + ORIGIN: 'https://cdn.yoho.cn', | ||
134 | + BUCKET_NAME: 'yohocdn' | ||
135 | + } | ||
125 | }; | 136 | }; |
126 | 137 | ||
127 | if (isProduction) { | 138 | if (isProduction) { |
-
Please register or login to post a comment