application.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. application:
  2. id: VMS01
  3. name: VMS Communication Server
  4. history: true
  5. user-id: admin
  6. user-pswd: 1234
  7. listen-port: 3001
  8. ftp-home-dir: C:\DRIVE_E\ANDONG_VMS_FTP
  9. load-db: true
  10. request-device-id: false
  11. max-download-forms: 10
  12. cngst-cont-count: 2
  13. max-cngst-forms: 5
  14. bottom-traffic-max: 3
  15. bottom-traffic-cycle: 3
  16. figure-traffic-center: true
  17. text-traffic-center: true
  18. figure-traf-grad1: 원활
  19. figure-traf-grad2: 지체
  20. figure-traf-grad3: 정체
  21. text-traf-grad1: 소통원활
  22. text-traf-grad2: 지 체
  23. text-traf-grad3: 정 체
  24. image-seq-save: false
  25. font-size-ratio: 1.35
  26. check-new-form: true
  27. communication:
  28. listen-port: 30200
  29. dump-recv: true
  30. dump-send: true
  31. subscription-status: true
  32. subscription-status-cycle: 30
  33. server:
  34. port: 8904
  35. shutdown: graceful
  36. error:
  37. whitelabel:
  38. enabled: true
  39. include-exception: false
  40. include-stacktrace: never
  41. servlet:
  42. session:
  43. timeout: 300
  44. spring:
  45. application:
  46. name: vms-comm-server
  47. profiles:
  48. active: dev
  49. main:
  50. #web-application-type: none
  51. log-startup-info: true
  52. banner-mode: off
  53. mvc:
  54. view:
  55. prefix: /WEB-INF/jsp/
  56. suffix: .jsp
  57. datasource:
  58. hikari:
  59. auto-commit: true
  60. connection-test-query: SELECT 1 FROM DUAL
  61. minimumIdle: 5
  62. maximumIdle: 10
  63. #maximumPoolSize: 20
  64. idleTimeout: 30000
  65. connectTimeout: 10000
  66. pool-name: pool-vms-comm-server
  67. ---
  68. spring:
  69. config:
  70. activate:
  71. on-profile: dev
  72. datasource:
  73. hikari:
  74. driver-class-name: com.tmax.tibero.jdbc.TbDriver
  75. jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
  76. username: gmutis
  77. password: gmutis
  78. ---
  79. spring:
  80. config:
  81. activate:
  82. on-profile: prod
  83. datasource:
  84. hikari:
  85. driver-class-name: oracle.jdbc.OracleDriver
  86. #jdbc-url: jdbc:oracle:thin:@172.19.10.26:1521:ptatms
  87. 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)))
  88. username: ptatms
  89. password: ptatms