application-dev.yaml 344 B

1234567891011121314151617181920
  1. zksy:
  2. db:
  3. host: 192.168.110.30
  4. un: root
  5. pw: 123
  6. port: 3307
  7. database: zhongkeshengyang
  8. spring:
  9. redis:
  10. host: 192.168.110.30
  11. port: 6379
  12. minio:
  13. endpoint: http://192.168.110.30:9000
  14. accessKey: minio
  15. secretKey: minio123
  16. bucket: zksy-file
  17. readPath: http://192.168.110.30:9000
  18. netty:
  19. # 端口号
  20. port: 8086