config.txt 454 B

123456789101112131415
  1. service.vgroupMapping.ruoyi-system-group=default
  2. store.mode=db
  3. store.db.datasource=druid
  4. store.db.dbType=mysql
  5. store.db.driverClassName=com.mysql.jdbc.Driver
  6. store.db.url=jdbc:mysql://172.21.41.195:3306/ry-seata?useUnicode=true
  7. store.db.user=root
  8. store.db.password=123456
  9. store.db.minConn=5
  10. store.db.maxConn=30
  11. store.db.globalTable=global_table
  12. store.db.branchTable=branch_table
  13. store.db.queryLimit=100
  14. store.db.lockTable=lock_table
  15. store.db.maxWait=5000