application-local.properties 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. server.port=8085
  2. api.host=http://127.0.0.1
  3. api.wechatcallback=/weWork/callback
  4. spring.datasource.druid.max-idle=10
  5. spring.datasource.druid.max-wait=10000
  6. spring.datasource.druid.min-idle=5
  7. spring.datasource.druid.initial-size=5
  8. spring.datasource.druid.strict=false
  9. spring.datasource.dynamic.primary=db
  10. #后台数据库
  11. spring.datasource.dynamic.datasource.db.driverClassName=com.mysql.cj.jdbc.Driver
  12. spring.datasource.dynamic.datasource.db.url=jdbc:mysql://172.18.71.27:3306/mochat?serverTimezone=GMT%2b8&useUnicode=true&characterEncoding=UTF-8
  13. spring.datasource.dynamic.datasource.db.username=typer
  14. spring.datasource.dynamic.datasource.db.password=jch9sh_shl
  15. #企微主体
  16. spring.datasource.dynamic.datasource.javadb.driverClassName=com.mysql.cj.jdbc.Driver
  17. spring.datasource.dynamic.datasource.javadb.url=jdbc:mysql://172.18.71.27:3306/mochat_java?serverTimezone=GMT%2b8&useUnicode=true&characterEncoding=UTF-8
  18. spring.datasource.dynamic.datasource.javadb.username=typer
  19. spring.datasource.dynamic.datasource.javadb.password=jch9sh_shl
  20. #大数据数据库
  21. spring.datasource.dynamic.datasource.datadb.driverClassName=com.mysql.cj.jdbc.Driver
  22. spring.datasource.dynamic.datasource.datadb.url=jdbc:mysql://rm-uf6uysb4ncki343q7go.mysql.rds.aliyuncs.com:3306/hera_data
  23. spring.datasource.dynamic.datasource.datadb.username=yangpeng_data_warehouse
  24. spring.datasource.dynamic.datasource.datadb.password=YangPeng_Data_War666$%Yp
  25. #爬虫数据库
  26. spring.datasource.dynamic.datasource.crawerdb.driverClassName=com.mysql.cj.jdbc.Driver
  27. spring.datasource.dynamic.datasource.crawerdb.url=jdbc:mysql://rr-uf612eyd79y526d0dbo.mysql.rds.aliyuncs.com:3306/wechat
  28. spring.datasource.dynamic.datasource.crawerdb.username=dev
  29. spring.datasource.dynamic.datasource.crawerdb.password=1qazXSW@
  30. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
  31. spring.jpa.properties.hibernate.hbm2ddl.auto=update
  32. #mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
  33. mybatis-plus.configuration.map-underscore-to-camel-case=true
  34. spring.redis.host=172.18.71.26
  35. spring.redis.port=6379
  36. spring.redis.password=Jch9shshl
  37. spring.redis.database=7
  38. spring.redis.timeout=10s
  39. spring.redis.jedis.pool.min-idle=0
  40. spring.redis.jedis.pool.max-idle=8
  41. spring.redis.jedis.pool.max-active=20
  42. spring.redis.jedis.pool.max-wait=-1ms
  43. #阿里云oss配置(增加一个cdn地址配置)
  44. aliyun.host=http://mini-short-video-oss.lushenjin.cn/
  45. aliyun.endpoint=https://oss-cn-hangzhou.aliyuncs.com
  46. aliyun.accessKeyId=LTAI4FnmkS1SNFkaKb4YZ1ga
  47. aliyun.accessKeySecret=irLfHOni7ffLU3yAf3LsKEXwQLfrNc
  48. aliyun.bucketName=mini-short-video-test
  49. spring.servlet.multipart.max-request-size=500MB
  50. spring.servlet.multipart.max-file-size=500MB
  51. xxl.sso.server=https://sso.mokamrp.com/sso
  52. xxl.sso.logout.path=/logout
  53. xxl-sso.excluded.paths=/healthy,\
  54. /pangu/custservice/getRandCustservice,\
  55. /pangu/promoteCode/getRandPromoteCode,\
  56. /mochat/weWork/callback,\
  57. /pangu/fosterwxMobile/getMobileList,\
  58. /pangu/fosterwxMobile/delMobile,\
  59. /pangu/fosterwxMobile/editMobile,\
  60. /pangu/fosterwxMobile/mobileInfo,\
  61. /pangu/fosterwxMobile/addMobilePro,\
  62. /pangu/fosterwxMobileWxfriend/wxfriendAddPro,\
  63. /pangu/fosterwxFlowList/changeStatus,\
  64. /pangu/fosterwxFlowList/list,\
  65. /pangu/fosterwxStation/login,\
  66. /pangu/fosterwxMobilePool/getOutOfServerList,\
  67. /pangu/promoteMaxRecord/getPromoteCodeMaxRecord
  68. #xxl.sso.redis.address=redis://xxl-sso:Jch9shshl@r-uf633f3f27aa2174pd.redis.rds.aliyuncs.com:6379/0
  69. xxl.sso.redis.address=redis://xxl-sso:MokaSapce666$%25_RediS@r-uf6727zrr24ioihy72pd.redis.rds.aliyuncs.com:23563/0
  70. menu.host=http://space-server.mokamrp.com/space/menu/getMenuInterface?sysCode=1006&userId=
  71. datahub.endpoint=https://dh-cn-shanghai.aliyuncs.com
  72. datahub.accessid=LTAI5tEWU1j9H2poG4zWgfEP
  73. datahub.accesssecret=p9tVmeDeeEENKhfsBsSeYc0F0ggH5b
  74. datahub.topic=s_hera_api_external_user
  75. datahub.corpTopic=ods_hera_msv_corp_data
  76. datahub.project=hera
  77. es.host=es-cn-4591gc2fx0001549q.public.elasticsearch.aliyuncs.com
  78. es.username=elastic
  79. es.password=moka6_3moka
  80. es.port=9200
  81. #typer接口
  82. typer.url=https://test.typer.mokamrp.com/api
  83. #定时任务全局开关,本地环境无需开启
  84. cronjob.power=true
  85. springfox.documentation.swagger-ui.enabled=true