application-dev.yml 935 B

12345678910111213141516171819202122232425262728293031323334353637
  1. server:
  2. port: 39100
  3. spring:
  4. datasource:
  5. # username: postgres
  6. # password: Test!234
  7. # driver-class-name: org.postgresql.Driver
  8. # url: jdbc:postgresql://192.168.65.128:5432/financialdb
  9. username: finance
  10. password: Finance@unicom23
  11. driver-class-name: org.postgresql.Driver
  12. url: jdbc:postgresql://172.16.107.5:5432/financialdb
  13. logging:
  14. level:
  15. com:
  16. nokia: debug
  17. minio:
  18. accessKey: house-car
  19. bucket: house-car
  20. endpoint: http://192.168.10.7:19000/
  21. expiry: 15
  22. secretKey: EGqIq7zKZwfasMQ5eLIoLId631vmLaal
  23. data-import:
  24. copy-script-path: scripts/copy.sh
  25. db-host: 127.0.0.1
  26. db-port: 5432
  27. db-username: postgres
  28. db-password: Test!234
  29. db-name: financialdb
  30. wei-zhang: data/data-import/car/wei-zhang/
  31. house:
  32. import-data:
  33. czys: data/import-data/house/czys/
  34. wxys: data/import-data/house/wxys/
  35. pages:
  36. house:
  37. siteUrl: house-car/house/dist/index.html#/administrative/overview