oss.yml 342 B

1234567891011121314
  1. server:
  2. tomcat:
  3. basedir: /opt/tmp/tomcat
  4. spring:
  5. datasource:
  6. url: jdbc:mysql://localhost/tnb_oss_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
  7. username: test
  8. password: Test@123456
  9. oss:
  10. store-host: 127.0.0.1
  11. store-dirs:
  12. - /opt/disk/1/
  13. console-host: 127.0.0.1
  14. console-port: 6103