application-test.properties 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
  26. spring.jpa.properties.hibernate.hbm2ddl.auto=update
  27. mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
  28. mybatis-plus.configuration.map-underscore-to-camel-case=true
  29. spring.redis.host=172.18.71.26
  30. spring.redis.port=6379
  31. spring.redis.password=Jch9shshl
  32. spring.redis.database=7
  33. spring.redis.timeout=10s
  34. spring.redis.jedis.pool.min-idle=0
  35. spring.redis.jedis.pool.max-idle=8
  36. spring.redis.jedis.pool.max-active=20
  37. spring.redis.jedis.pool.max-wait=-1ms
  38. #阿里云oss配置(增加一个cdn地址配置)
  39. aliyun.host=http://mini-short-video-oss.lushenjin.cn/
  40. aliyun.endpoint=https://oss-cn-hangzhou.aliyuncs.com
  41. aliyun.accessKeyId=LTAI4FnmkS1SNFkaKb4YZ1ga
  42. aliyun.accessKeySecret=irLfHOni7ffLU3yAf3LsKEXwQLfrNc
  43. aliyun.bucketName=mini-short-video-test
  44. spring.servlet.multipart.max-request-size=500MB
  45. spring.servlet.multipart.max-file-size=500MB
  46. xxl.sso.server=https://sso.mokamrp.com/sso
  47. xxl.sso.logout.path=/logout
  48. xxl-sso.excluded.paths=/healthy,\
  49. /pangu/custservice/getRandCustservice,\
  50. /pangu/promoteCode/getRandPromoteCode,\
  51. /mochat/weWork/callback,\
  52. /pangu/fosterwxMobile/getMobileList,\
  53. /pangu/fosterwxMobile/delMobile,\
  54. /pangu/fosterwxMobile/editMobile,\
  55. /pangu/fosterwxMobile/mobileInfo,\
  56. /pangu/fosterwxMobile/addMobilePro,\
  57. /pangu/fosterwxMobileWxfriend/wxfriendAddPro,\
  58. /pangu/fosterwxFlowList/changeStatus,\
  59. /pangu/fosterwxFlowList/list,\
  60. /pangu/fosterwxStation/login,\
  61. /pangu/fosterwxMobilePool/getOutOfServerList
  62. #xxl.sso.redis.address=redis://xxl-sso:Jch9shshl@r-uf633f3f27aa2174pd.redis.rds.aliyuncs.com:6379/0
  63. xxl.sso.redis.address=redis://xxl-sso:MokaSapce666$%25_RediS@r-uf6727zrr24ioihy72pd.redis.rds.aliyuncs.com:23563/0
  64. menu.host=http://space-server-in-svc/space/menu/getMenuInterface?sysCode=1006&userId=
  65. #dataHub
  66. datahub.endpoint=https://dh-cn-shanghai.aliyuncs.com
  67. datahub.accessId=LTAI5tEWU1j9H2poG4zWgfEP
  68. datahub.accessSecret=p9tVmeDeeEENKhfsBsSeYc0F0ggH5b
  69. datahub.topic=s_hera_api_external_user_test
  70. datahub.corpTopic=ods_hera_msv_corp_data
  71. datahub.project=hera
  72. es.host=es-cn-4591gc2fx0001549q.public.elasticsearch.aliyuncs.com
  73. es.username=elastic
  74. es.password=moka6_3moka
  75. es.port=9200
  76. #typer接口
  77. typer.url=http://new-typer-combine-svc/api
  78. #定时任务全局开关,线上环境需要开启
  79. cronjob.power=false