application.yml 392 B

12345678910111213141516171819
  1. application:
  2. name: 안동시 VMS 통신 서버
  3. server:
  4. port: 8904
  5. history-min: 30
  6. min-speed: 3
  7. max-speed: 140
  8. max-distance: 20
  9. max-trvl-min: 60
  10. spring:
  11. datasource:
  12. hikari:
  13. driver-class-name: com.tmax.tibero.jdbc.TbDriver
  14. jdbc-url: jdbc:tibero:thin:@10.10.10.11:8629:Andong_ITS
  15. username: ENC(D/mtjX68HkE=)
  16. password: ENC(zQxSStMUW37QqZ+AJ4OKPg==)