1234567891011121314151617181920212223242526272829303132 |
- application:
- name: 안동시 VMS 통신 서버
- listen-port: 3001
- ftp-home-dir: C:\ADITS\vms-comm-server\ftp
- ftp-server-ip: 192.168.10.11
- ftp-server-port: 9871
- ftp-passive-mode: 0
- ftp-user-id: vmsuser
- ftp-user-pswd: vmsuser#1234
- load-db: true
- check-new-form: false
- communication:
- listen-port: 30200
- dump-recv: true
- dump-send: true
- subscription-status: true
- subscription-status-cycle: 30
- esb-server: 192.168.20.99
- esb-port: 9904
- server:
- port: 8904
- spring:
- datasource:
- hikari:
- driver-class-name: com.tmax.tibero.jdbc.TbDriver
- jdbc-url: jdbc:tibero:thin:@10.10.10.11:8629:Andong_ITS
- username: ENC(D/mtjX68HkE=)
- password: ENC(zQxSStMUW37QqZ+AJ4OKPg==)
|