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.
15 lines
363 B
15 lines
363 B
|
2 months ago
|
module.exports = {
|
||
|
|
// 请求域名 格式:https://xxx.xxx.com
|
||
|
|
HTTP_REQUEST_URL: 'https://storage.xenjoyou.com/hiver',
|
||
|
|
|
||
|
|
// 阿里云oss域名 格式:https://xxx.oss-cn-xxx.aliyuncs.com
|
||
|
|
OSS_DOMAIN: '',
|
||
|
|
|
||
|
|
// 文件直传到阿里云oss时需用到
|
||
|
|
ACCESSKEYID: '',
|
||
|
|
ACCESSKEYSECRET: '',
|
||
|
|
|
||
|
|
// 与后端约定的token字段名
|
||
|
|
TOKEN_NAME: 'Authorization'
|
||
|
|
}
|