datart.conf 654 B

123456789101112131415161718192021222324
  1. # this file has the highest priority, if val is not blank, then will replace the config
  2. # datasource config
  3. datasource.ip=
  4. datasource.port=
  5. datasource.database=
  6. datasource.username=
  7. datasource.password=
  8. # server
  9. server.port=8080
  10. server.address=0.0.0.0
  11. # datart config
  12. datart.address=http://127.0.0.1
  13. datart.send-mail=false
  14. datart.webdriver-path=http://127.0.0.1:4444/wd/hub
  15. datart.user.register=true
  16. # 注册邮件有效期/小时, 默认48小时
  17. datart.register.expire-hours=
  18. # 邀请邮件有效期/小时, 默认48小时
  19. datart.invite.expire-hours=
  20. # 租户管理模式:platform-平台(默认),team-团队
  21. datart.tenant-management-mode=platform