|
@@ -25,12 +25,12 @@ public class DomainUrlUtil {
|
|
|
/**
|
|
|
* admin前端地址
|
|
|
*/
|
|
|
- public static final String SLD_ADMIN_URL = "https://admin.b2btopsite.com";
|
|
|
+ public static final String SLD_ADMIN_URL = "http://54.46.9.88:81";
|
|
|
|
|
|
/**
|
|
|
* seller前端地址
|
|
|
*/
|
|
|
- public static final String SLD_SELLER_URL = "https://seller.b2btopsite.com";
|
|
|
+ public static final String SLD_SELLER_URL = "http://54.46.9.88:82";
|
|
|
|
|
|
/**
|
|
|
* 移动端前端地址
|
|
@@ -39,12 +39,12 @@ public class DomainUrlUtil {
|
|
|
/**
|
|
|
* pc前端地址
|
|
|
*/
|
|
|
- public static final String SLD_PC_URL = "https://www.b2btopsite.com";
|
|
|
+ public static final String SLD_PC_URL = "http://54.46.9.88";
|
|
|
|
|
|
/**
|
|
|
* minio图片资源的URL
|
|
|
*/
|
|
|
- public static final String SLD_IMAGE_RESOURCES = "https://www.b2btopsite.com";
|
|
|
+ public static final String SLD_IMAGE_RESOURCES = "http://54.46.9.88";
|
|
|
|
|
|
/**
|
|
|
* 七牛云图片资源的URL
|
|
@@ -94,9 +94,9 @@ public class DomainUrlUtil {
|
|
|
* redis 数据库 host 端口 数据库
|
|
|
*/
|
|
|
public static final Integer SLD_REDIS_DATABASE = 2;
|
|
|
- public static final String SLD_REDIS_HOST = "127.0.0.1";
|
|
|
+ public static final String SLD_REDIS_HOST = "54.46.9.88";
|
|
|
public static final Integer SLD_REDIS_PORT = 6379;
|
|
|
- public static final String SLD_REDIS_PASSWORD = "123456";
|
|
|
+ public static final String SLD_REDIS_PASSWORD = "4CJdgVb4";
|
|
|
|
|
|
/**
|
|
|
* mysql读库 用户名 密码
|
|
@@ -112,7 +112,7 @@ public class DomainUrlUtil {
|
|
|
/**
|
|
|
* mongodb uri
|
|
|
*/
|
|
|
- public static final String SLD_MONGODB_URI = "mongodb://gp_mongo:gp_mongo@127.0.0.1:27017/b2b2c?authSource=b2b2c";
|
|
|
+ public static final String SLD_MONGODB_URI = "mongodb://dev:oJ6mZ2fY6aL3fS8yO8wF@54.46.9.88:27017/b2b2c?authSource=b2b2c";
|
|
|
|
|
|
/**
|
|
|
* 上传图片类型,1-公共上传,2-七牛云上传,3-腾讯云上传,4-阿里云上传
|