|
@@ -1,32 +1,26 @@
|
|
|
server.port=8085
|
|
server.port=8085
|
|
|
api.host=http://127.0.0.1
|
|
api.host=http://127.0.0.1
|
|
|
api.wechatcallback=/weWork/callback
|
|
api.wechatcallback=/weWork/callback
|
|
|
-
|
|
|
|
|
spring.datasource.druid.max-idle=10
|
|
spring.datasource.druid.max-idle=10
|
|
|
spring.datasource.druid.max-wait=10000
|
|
spring.datasource.druid.max-wait=10000
|
|
|
spring.datasource.druid.min-idle=5
|
|
spring.datasource.druid.min-idle=5
|
|
|
spring.datasource.druid.initial-size=5
|
|
spring.datasource.druid.initial-size=5
|
|
|
spring.datasource.druid.strict=false
|
|
spring.datasource.druid.strict=false
|
|
|
-
|
|
|
|
|
spring.datasource.dynamic.primary=db
|
|
spring.datasource.dynamic.primary=db
|
|
|
-
|
|
|
|
|
#后台数据库
|
|
#后台数据库
|
|
|
spring.datasource.dynamic.datasource.db.driverClassName=com.mysql.cj.jdbc.Driver
|
|
spring.datasource.dynamic.datasource.db.driverClassName=com.mysql.cj.jdbc.Driver
|
|
|
spring.datasource.dynamic.datasource.db.url=jdbc:mysql://rm-uf6s9smcl373jjenc35930.mysql.rds.aliyuncs.com:3306/mochat?serverTimezone=GMT%2b8&useUnicode=true&characterEncoding=UTF-8
|
|
spring.datasource.dynamic.datasource.db.url=jdbc:mysql://rm-uf6s9smcl373jjenc35930.mysql.rds.aliyuncs.com:3306/mochat?serverTimezone=GMT%2b8&useUnicode=true&characterEncoding=UTF-8
|
|
|
spring.datasource.dynamic.datasource.db.username=mochat
|
|
spring.datasource.dynamic.datasource.db.username=mochat
|
|
|
spring.datasource.dynamic.datasource.db.password=MoChat666$%MOchaT
|
|
spring.datasource.dynamic.datasource.db.password=MoChat666$%MOchaT
|
|
|
-
|
|
|
|
|
#大数据数据库
|
|
#大数据数据库
|
|
|
spring.datasource.dynamic.datasource.datadb.url=jdbc:postgresql://hgmc-cn-7mz27ayc6003-cn-shanghai.hologres.aliyuncs.com:80/galaxy
|
|
spring.datasource.dynamic.datasource.datadb.url=jdbc:postgresql://hgmc-cn-7mz27ayc6003-cn-shanghai.hologres.aliyuncs.com:80/galaxy
|
|
|
spring.datasource.dynamic.datasource.datadb.username=LTAI5tEWU1j9H2poG4zWgfEP
|
|
spring.datasource.dynamic.datasource.datadb.username=LTAI5tEWU1j9H2poG4zWgfEP
|
|
|
spring.datasource.dynamic.datasource.datadb.password=p9tVmeDeeEENKhfsBsSeYc0F0ggH5b
|
|
spring.datasource.dynamic.datasource.datadb.password=p9tVmeDeeEENKhfsBsSeYc0F0ggH5b
|
|
|
spring.datasource.dynamic.datasource.datadb.driverClassName=org.postgresql.Driver
|
|
spring.datasource.dynamic.datasource.datadb.driverClassName=org.postgresql.Driver
|
|
|
-
|
|
|
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
|
|
spring.jpa.properties.hibernate.hbm2ddl.auto=update
|
|
spring.jpa.properties.hibernate.hbm2ddl.auto=update
|
|
|
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
|
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
mybatis-plus.configuration.map-underscore-to-camel-case=true
|
|
mybatis-plus.configuration.map-underscore-to-camel-case=true
|
|
|
-
|
|
|
|
|
spring.redis.host=r-uf6k0vhplkv7otzrjd.redis.rds.aliyuncs.com
|
|
spring.redis.host=r-uf6k0vhplkv7otzrjd.redis.rds.aliyuncs.com
|
|
|
spring.redis.port=6379
|
|
spring.redis.port=6379
|
|
|
spring.redis.password=MoChat_RediS666MOchaT_Rd
|
|
spring.redis.password=MoChat_RediS666MOchaT_Rd
|
|
@@ -36,7 +30,6 @@ spring.redis.jedis.pool.min-idle=0
|
|
|
spring.redis.jedis.pool.max-idle=8
|
|
spring.redis.jedis.pool.max-idle=8
|
|
|
spring.redis.jedis.pool.max-active=20
|
|
spring.redis.jedis.pool.max-active=20
|
|
|
spring.redis.jedis.pool.max-wait=-1ms
|
|
spring.redis.jedis.pool.max-wait=-1ms
|
|
|
-
|
|
|
|
|
#阿里云oss配置(增加一个cdn地址配置)
|
|
#阿里云oss配置(增加一个cdn地址配置)
|
|
|
aliyun.host=https://mochat-oss.mokamrp.com/
|
|
aliyun.host=https://mochat-oss.mokamrp.com/
|
|
|
aliyun.endpoint=https://oss-cn-shanghai-internal.aliyuncs.com
|
|
aliyun.endpoint=https://oss-cn-shanghai-internal.aliyuncs.com
|
|
@@ -45,7 +38,6 @@ aliyun.accessKeySecret=m7p2WBJXZuNon9stiuw494MnZQaT1N
|
|
|
aliyun.bucketName=moka-mochat
|
|
aliyun.bucketName=moka-mochat
|
|
|
spring.servlet.multipart.max-request-size=10MB
|
|
spring.servlet.multipart.max-request-size=10MB
|
|
|
spring.servlet.multipart.max-file-size=10MB
|
|
spring.servlet.multipart.max-file-size=10MB
|
|
|
-
|
|
|
|
|
xxl.sso.server=https://sso.mokamrp.com/sso
|
|
xxl.sso.server=https://sso.mokamrp.com/sso
|
|
|
xxl.sso.logout.path=/logout
|
|
xxl.sso.logout.path=/logout
|
|
|
xxl-sso.excluded.paths=/healthy,\
|
|
xxl-sso.excluded.paths=/healthy,\
|
|
@@ -56,11 +48,12 @@ xxl-sso.excluded.paths=/healthy,\
|
|
|
/pangu/fosterwxMobile/delMobile,\
|
|
/pangu/fosterwxMobile/delMobile,\
|
|
|
/pangu/fosterwxMobile/editMobile,\
|
|
/pangu/fosterwxMobile/editMobile,\
|
|
|
/pangu/fosterwxMobile/mobileInfo,\
|
|
/pangu/fosterwxMobile/mobileInfo,\
|
|
|
- /pangu/fosterwxMobile/addMobilePro
|
|
|
|
|
|
|
+ /pangu/fosterwxMobile/addMobilePro,\
|
|
|
|
|
+ /pangu/fosterwxFlowList/changeStatus,\
|
|
|
|
|
+ /pangu/fosterwxFlowList/list,\
|
|
|
|
|
+ /pangu/fosterwxMobilePool/getOutOfServerList
|
|
|
xxl.sso.redis.address=redis://xxl-sso:MokaSapce666$%25_RediS@r-uf6727zrr24ioihy72.redis.rds.aliyuncs.com:6379/0
|
|
xxl.sso.redis.address=redis://xxl-sso:MokaSapce666$%25_RediS@r-uf6727zrr24ioihy72.redis.rds.aliyuncs.com:6379/0
|
|
|
-
|
|
|
|
|
menu.host=http://space-server-in-svc/space/menu/getMenuInterface?sysCode=1006&userId=
|
|
menu.host=http://space-server-in-svc/space/menu/getMenuInterface?sysCode=1006&userId=
|
|
|
-
|
|
|
|
|
datahub.endpoint=https://dh-cn-shanghai.aliyuncs.com
|
|
datahub.endpoint=https://dh-cn-shanghai.aliyuncs.com
|
|
|
datahub.accessId=LTAI5tEWU1j9H2poG4zWgfEP
|
|
datahub.accessId=LTAI5tEWU1j9H2poG4zWgfEP
|
|
|
datahub.accessSecret=p9tVmeDeeEENKhfsBsSeYc0F0ggH5b
|
|
datahub.accessSecret=p9tVmeDeeEENKhfsBsSeYc0F0ggH5b
|