| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- 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.datasource.dynamic.datasource.crawerdb.driverClassName=com.mysql.cj.jdbc.Driver
- spring.datasource.dynamic.datasource.crawerdb.url=jdbc:mysql://rr-uf612eyd79y526d0dbo.mysql.rds.aliyuncs.com:3306/wechat
- spring.datasource.dynamic.datasource.crawerdb.username=dev
- spring.datasource.dynamic.datasource.crawerdb.password=1qazXSW@
- 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,\
- /pangu/promoteMaxRecord/getPromoteCodeMaxRecord
- #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.mokamrp.com/space/menu/getMenuInterface?sysCode=1006&userId=
- datahub.endpoint=https://dh-cn-shanghai.aliyuncs.com
- datahub.accessid=LTAI5tEWU1j9H2poG4zWgfEP
- datahub.accesssecret=p9tVmeDeeEENKhfsBsSeYc0F0ggH5b
- datahub.topic=s_hera_api_external_user
- 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=https://test.typer.mokamrp.com/api
- #定时任务全局开关,本地环境无需开启
- cronjob.power=true
- springfox.documentation.swagger-ui.enabled=true
|