|
|
@@ -12,11 +12,12 @@ spring:
|
|
|
mongodb:
|
|
|
uri: mongodb://admin:eai123456@8.130.28.19:27017/eai?authSource=admin
|
|
|
authentication-database: admin
|
|
|
- #redis配置更新
|
|
|
+ #redis配置已改为【移动云】
|
|
|
redis:
|
|
|
- host: 8.130.28.19
|
|
|
- port: 6378
|
|
|
- password: eai123456
|
|
|
+ # 【移动云】redis内网IPV4地址,内网 IPv4数据端口:30010,【不知这里需不需要申请分配公网IPv6地址???】
|
|
|
+ host: 10.173.150.201
|
|
|
+ port: 30010
|
|
|
+ password: 123456@Eai
|
|
|
mail:
|
|
|
host: smtp.163.com
|
|
|
port: 25
|
|
|
@@ -49,9 +50,10 @@ jwt:
|
|
|
|
|
|
aliyun:
|
|
|
oss:
|
|
|
- endpoint: oss-cn-shanghai.aliyuncs.com
|
|
|
- accessKeyId: LTAI5tAbkw8rkreiJbfcY1jZ
|
|
|
- accessKeySecret: 2yvtVYE1qAZEgm0ChvdMqhp0LhB5Lj
|
|
|
+ # 已改为【移动云】对象存储EOS,访问方式为内网访问
|
|
|
+ endpoint: eos.suzhou-6-internal.cmecloud.cn
|
|
|
+ accessKeyId: 8VFJRXS67COZ8Z34D1JE
|
|
|
+ accessKeySecret: 3tUk8w5HdIFDw1weOwBurLsUuqcWcCIGE8pfQySR
|
|
|
bucketName: eai-files
|
|
|
|
|
|
logging:
|