application.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. application:
  2. name: 안동시 BIS 위치정보 수집 서버
  3. listen-port: 3001
  4. ftp-home-dir: C:\DRIVE_E\ANDONG_VMS_FTP
  5. ftp-server-ip: 115.91.94.42
  6. ftp-server-port: 8871
  7. ftp-passive-mode: 0
  8. ftp-user-id: vmsuser
  9. ftp-user-pswd: vmsuser#1234
  10. load-db: true
  11. check-new-form: false
  12. communication:
  13. listen-port: 30200
  14. dump-recv: true
  15. dump-send: true
  16. subscription-status: true
  17. subscription-status-cycle: 30
  18. esb-server: 192.168.20.99
  19. esb-port: 9904
  20. server:
  21. port: 7904
  22. history-min: 30
  23. min-speed: 3
  24. max-speed: 140
  25. spring:
  26. profiles:
  27. active: dev
  28. ---
  29. spring:
  30. config:
  31. activate:
  32. on-profile: dev
  33. datasource:
  34. hikari:
  35. driver-class-name: com.tmax.tibero.jdbc.TbDriver
  36. jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
  37. username: ENC(D/mtjX68HkE=)
  38. password: ENC(D/mtjX68HkE=)
  39. ---
  40. spring:
  41. config:
  42. activate:
  43. on-profile: prod
  44. datasource:
  45. hikari:
  46. driver-class-name: com.tmax.tibero.jdbc.TbDriver
  47. jdbc-url: jdbc:tibero:thin:@10.10.10.11:8629:Andong_ITS
  48. username: ENC(D/mtjX68HkE=)
  49. password: ENC(zQxSStMUW37QqZ+AJ4OKPg==)