application.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. application:
  2. process:
  3. name: 안동시 기상정보 연계 서버
  4. atmp:
  5. enabled: true
  6. crontab: 40 0/30 * * * *
  7. api-key: GKhEEB6LS9UEgLea0CorQiKzY0xxP86eJfhj8a2wmx4jNJ%2FBhL8f7rBviPWQY92ugK8zPjLYGQ8QQ5TRShtYFQ%3D%3D
  8. api-ver: 1.3
  9. start-hour: 0
  10. end-hour: 23
  11. frcs:
  12. enabled: true
  13. crontab: 50 0/30 * * * *
  14. api-key: GKhEEB6LS9UEgLea0CorQiKzY0xxP86eJfhj8a2wmx4jNJ%2FBhL8f7rBviPWQY92ugK8zPjLYGQ8QQ5TRShtYFQ%3D%3D
  15. start-hour: 0
  16. end-hour: 23
  17. server:
  18. port: 8873
  19. spring:
  20. profiles:
  21. active: dev
  22. ---
  23. spring:
  24. config:
  25. activate:
  26. on-profile: dev
  27. datasource:
  28. hikari:
  29. driver-class-name: com.tmax.tibero.jdbc.TbDriver
  30. jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
  31. username: ENC(D/mtjX68HkE=)
  32. password: ENC(D/mtjX68HkE=)
  33. ---
  34. spring:
  35. config:
  36. activate:
  37. on-profile: prod
  38. datasource:
  39. hikari:
  40. driver-class-name: com.tmax.tibero.jdbc.TbDriver
  41. jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
  42. username: ENC(D/mtjX68HkE=)
  43. password: ENC(D/mtjX68HkE=)