application.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. application:
  2. process:
  3. id: EXT01
  4. name: Weather(Open API) Communication Server
  5. history: true
  6. user:
  7. id: admin
  8. pswd: 1234
  9. atmp:
  10. enabled: true
  11. crontab: 30 0/15 * * * *
  12. api-key: 2y3qwo%2BwhlG6E%2BZfcyDKLMCr5Lp4gy%2BNgGuvWmgAdq7O%2Bf%2Fs4DPQz2ZD1rzDLowBq%2F6pfSi5F6UWlyM5meRiaw%3D%3D
  13. api-ver: 1.3
  14. start-hour: 0
  15. end-hour: 23
  16. frcs:
  17. enabled: true
  18. crontab: 10 0/15 * * * *
  19. api-key: 2y3qwo%2BwhlG6E%2BZfcyDKLMCr5Lp4gy%2BNgGuvWmgAdq7O%2Bf%2Fs4DPQz2ZD1rzDLowBq%2F6pfSi5F6UWlyM5meRiaw%3D%3D
  20. start-hour: 0
  21. end-hour: 23
  22. server:
  23. port: 8873
  24. shutdown: graceful
  25. error:
  26. whitelabel:
  27. enabled: true
  28. include-exception: false
  29. include-stacktrace: never
  30. servlet:
  31. session:
  32. timeout: 300
  33. spring:
  34. application:
  35. name: wthr-comm-server
  36. profiles:
  37. active: dev
  38. main:
  39. web-application-type: none
  40. log-startup-info: true
  41. banner-mode: off
  42. # mvc:
  43. # view:
  44. # prefix: /WEB-INF/jsp/
  45. # suffix: .jsp
  46. ---
  47. spring:
  48. config:
  49. activate:
  50. on-profile: dev
  51. datasource:
  52. hikari:
  53. driver-class-name: oracle.jdbc.OracleDriver
  54. jdbc-url: jdbc:oracle:thin:@115.91.94.42:1522:HANTE19C
  55. username: ptatms
  56. password: ptatms
  57. ---
  58. spring:
  59. config:
  60. activate:
  61. on-profile: prod
  62. datasource:
  63. hikari:
  64. driver-class-name: oracle.jdbc.OracleDriver
  65. #jdbc-url: jdbc:oracle:thin:@172.19.10.26:1521:ptatms
  66. jdbc-url: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=172.19.10.25)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=172.19.10.26)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=ptatms)))
  67. username: ptatms
  68. password: ptatms