application.yml 1.3 KB

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