application.yml 888 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. application:
  2. listen-port: 3001
  3. ftp-home-dir: C:\DRIVE_E\ANDONG_VMS_FTP
  4. load-db: true
  5. check-new-form: false
  6. communication:
  7. listen-port: 30200
  8. dump-recv: true
  9. dump-send: true
  10. subscription-status: true
  11. subscription-status-cycle: 30
  12. esb-server: 192.168.20.99
  13. esb-port: 9904
  14. server:
  15. port: 8904
  16. spring:
  17. profiles:
  18. active: dev
  19. ---
  20. spring:
  21. config:
  22. activate:
  23. on-profile: dev
  24. datasource:
  25. hikari:
  26. driver-class-name: com.tmax.tibero.jdbc.TbDriver
  27. jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
  28. username: ENC(D/mtjX68HkE=)
  29. password: ENC(D/mtjX68HkE=)
  30. ---
  31. spring:
  32. config:
  33. activate:
  34. on-profile: prod
  35. datasource:
  36. hikari:
  37. driver-class-name: com.tmax.tibero.jdbc.TbDriver
  38. jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
  39. username: ENC(D/mtjX68HkE=)
  40. password: ENC(D/mtjX68HkE=)