application.yml 1.0 KB

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