application.yml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. application:
  2. name: 안동시 VMS 통신 서버
  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: 8904
  22. spring:
  23. profiles:
  24. active: dev
  25. ---
  26. spring:
  27. config:
  28. activate:
  29. on-profile: dev
  30. datasource:
  31. hikari:
  32. driver-class-name: com.tmax.tibero.jdbc.TbDriver
  33. jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
  34. username: ENC(D/mtjX68HkE=)
  35. password: ENC(D/mtjX68HkE=)
  36. ---
  37. spring:
  38. config:
  39. activate:
  40. on-profile: prod
  41. datasource:
  42. hikari:
  43. driver-class-name: com.tmax.tibero.jdbc.TbDriver
  44. jdbc-url: jdbc:tibero:thin:@10.10.10.11:8629:tibero
  45. username: ENC(D/mtjX68HkE=)
  46. password: ENC(zQxSStMUW37QqZ+AJ4OKPg==)