mirror of https://gitee.com/stylefeng/roses
【file】修改一个常量错字
parent
0479b679e3
commit
4ff7d912f3
|
@ -29,9 +29,9 @@ public interface FileConstants {
|
|||
String DEFAULT_BUCKET_NAME = "defaultBucket";
|
||||
|
||||
/**
|
||||
* 服务默认部署的环境地质,不要改这个常量,改系统配置表中的配置 SYS_SERVER_DEPLOY_HOST
|
||||
* 服务默认部署的环境地址,不要改这个常量,改系统配置表中的配置 SYS_SERVER_DEPLOY_HOST
|
||||
*/
|
||||
String DEFAULT_SERVER_DEPLOY_HOST = "http://localhost";
|
||||
String DEFAULT_SERVER_DEPLOY_HOST = "http://localhost:8080";
|
||||
|
||||
/**
|
||||
* 文件鉴权的时间,默认两小时
|
||||
|
|
Loading…
Reference in New Issue