application.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. application:
  2. name: 포항시 VMS 재난안전 연계 서버
  3. safe-system-id: jndr
  4. msg-dspl-end-min: 1440
  5. msg-dspl-clear-min: 10
  6. server:
  7. port: 7904
  8. history-min: 30
  9. min-speed: 3
  10. max-speed: 140
  11. max-distance: 20
  12. max-trvl-min: 60
  13. spring:
  14. profiles:
  15. active: dev
  16. ---
  17. spring:
  18. config:
  19. activate:
  20. on-profile: dev
  21. datasource:
  22. hikari:
  23. its:
  24. driver-class-name: com.tmax.tibero.jdbc.TbDriver
  25. jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
  26. username: ENC(M++BCN7TnVg=)
  27. password: ENC(M++BCN7TnVg=)
  28. safe:
  29. driver-class-name: com.mysql.cj.jdbc.Driver
  30. jdbc-url: jdbc:mysql://39.115.113.170:33190/localgw?serverTimezone=Asia/Seoul&characterEncoding=UTF-8
  31. # username: drdi
  32. # password: dRDi*679432
  33. username: ENC(6rsuPKbWvWw=)
  34. password: ENC(9974S1JCCDQafTANln2X7g==)
  35. ---
  36. spring:
  37. config:
  38. activate:
  39. on-profile: prod
  40. datasource:
  41. hikari:
  42. its:
  43. driver-class-name: com.tmax.tibero.jdbc.TbDriver
  44. jdbc-url: jdbc:tibero:thin:@172.16.10.21:8620:PHUTIS
  45. username: ENC(uSyqR8q83bI)
  46. password: ENC(KRP5DTdQgZA=)
  47. safe:
  48. driver-class-name: com.mysql.cj.jdbc.Driver
  49. jdbc-url: jdbc:mysql://39.115.113.170:33190/localgw?serverTimezone=Asia/Seoul&characterEncoding=UTF-8
  50. username: ENC(6rsuPKbWvWw=)
  51. password: ENC(9974S1JCCDQafTANln2X7g==)