| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- server.port=8085
- api.host=http://127.0.0.1
- api.wechatcallback=/weWork/callback
- spring.datasource.druid.max-idle=10
- spring.datasource.druid.max-wait=10000
- spring.datasource.druid.min-idle=5
- spring.datasource.druid.initial-size=5
- spring.datasource.druid.strict=false
- spring.datasource.dynamic.primary=db
- #后台数据库
- spring.datasource.dynamic.datasource.db.driverClassName=com.mysql.cj.jdbc.Driver
- spring.datasource.dynamic.datasource.db.url=jdbc:mysql://172.18.71.27:3306/mochat?serverTimezone=GMT%2b8&useUnicode=true&characterEncoding=UTF-8
- spring.datasource.dynamic.datasource.db.username=typer
- spring.datasource.dynamic.datasource.db.password=jch9sh_shl
- #企微主体
- spring.datasource.dynamic.datasource.javadb.driverClassName=com.mysql.cj.jdbc.Driver
- spring.datasource.dynamic.datasource.javadb.url=jdbc:mysql://172.18.71.27:3306/mochat_java?serverTimezone=GMT%2b8&useUnicode=true&characterEncoding=UTF-8
- spring.datasource.dynamic.datasource.javadb.username=typer
- spring.datasource.dynamic.datasource.javadb.password=jch9sh_shl
- #大数据数据库
- spring.datasource.dynamic.datasource.datadb.driverClassName=com.mysql.cj.jdbc.Driver
- spring.datasource.dynamic.datasource.datadb.url=jdbc:mysql://rm-uf6uysb4ncki343q7go.mysql.rds.aliyuncs.com:3306/hera_data
- spring.datasource.dynamic.datasource.datadb.username=yangpeng_data_warehouse
- spring.datasource.dynamic.datasource.datadb.password=YangPeng_Data_War666$%Yp
- spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
- spring.jpa.properties.hibernate.hbm2ddl.auto=update
- mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
- mybatis-plus.configuration.map-underscore-to-camel-case=true
- spring.redis.host=172.18.71.26
- spring.redis.port=6379
- spring.redis.password=Jch9shshl
- spring.redis.database=7
- spring.redis.timeout=10s
- spring.redis.jedis.pool.min-idle=0
- spring.redis.jedis.pool.max-idle=8
- spring.redis.jedis.pool.max-active=20
- spring.redis.jedis.pool.max-wait=-1ms
- #阿里云oss配置(增加一个cdn地址配置)
- aliyun.host=http://mini-short-video-oss.lushenjin.cn/
- aliyun.endpoint=https://oss-cn-hangzhou.aliyuncs.com
- aliyun.accessKeyId=LTAI4FnmkS1SNFkaKb4YZ1ga
- aliyun.accessKeySecret=irLfHOni7ffLU3yAf3LsKEXwQLfrNc
- aliyun.bucketName=mini-short-video-test
- spring.servlet.multipart.max-request-size=500MB
- spring.servlet.multipart.max-file-size=500MB
- xxl.sso.server=https://sso.mokamrp.com/sso
- xxl.sso.logout.path=/logout
- xxl-sso.excluded.paths=/healthy,\
- /pangu/custservice/getRandCustservice,\
- /pangu/promoteCode/getRandPromoteCode,\
- /mochat/weWork/callback,\
- /pangu/fosterwxMobile/getMobileList,\
- /pangu/fosterwxMobile/delMobile,\
- /pangu/fosterwxMobile/editMobile,\
- /pangu/fosterwxMobile/mobileInfo,\
- /pangu/fosterwxMobile/addMobilePro,\
- /pangu/fosterwxMobileWxfriend/wxfriendAddPro,\
- /pangu/fosterwxFlowList/changeStatus,\
- /pangu/fosterwxFlowList/list,\
- /pangu/fosterwxStation/login,\
- /pangu/fosterwxMobilePool/getOutOfServerList
- #xxl.sso.redis.address=redis://xxl-sso:Jch9shshl@r-uf633f3f27aa2174pd.redis.rds.aliyuncs.com:6379/0
- xxl.sso.redis.address=redis://xxl-sso:MokaSapce666$%25_RediS@r-uf6727zrr24ioihy72pd.redis.rds.aliyuncs.com:23563/0
- menu.host=http://space-server-in-svc/space/menu/getMenuInterface?sysCode=1006&userId=
- #dataHub
- datahub.endpoint=https://dh-cn-shanghai.aliyuncs.com
- datahub.accessId=LTAI5tEWU1j9H2poG4zWgfEP
- datahub.accessSecret=p9tVmeDeeEENKhfsBsSeYc0F0ggH5b
- datahub.topic=s_hera_api_external_user_test
- datahub.corpTopic=ods_hera_msv_corp_data
- datahub.project=hera
- es.host=es-cn-4591gc2fx0001549q.public.elasticsearch.aliyuncs.com
- es.username=elastic
- es.password=moka6_3moka
- es.port=9200
- #typer接口
- typer.url=http://new-typer-combine-svc/api
- #定时任务全局开关,线上环境需要开启
- cronjob.power=false
|