123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- application:
- process:
- name: 안동시 기상정보 연계 서버
- atmp:
- enabled: true
- crontab: 40 0/30 * * * *
- api-key: GKhEEB6LS9UEgLea0CorQiKzY0xxP86eJfhj8a2wmx4jNJ%2FBhL8f7rBviPWQY92ugK8zPjLYGQ8QQ5TRShtYFQ%3D%3D
- api-ver: 1.3
- start-hour: 0
- end-hour: 23
- frcs:
- enabled: true
- crontab: 50 0/30 * * * *
- api-key: GKhEEB6LS9UEgLea0CorQiKzY0xxP86eJfhj8a2wmx4jNJ%2FBhL8f7rBviPWQY92ugK8zPjLYGQ8QQ5TRShtYFQ%3D%3D
- start-hour: 0
- end-hour: 23
- server:
- port: 8873
- spring:
- profiles:
- active: dev
- ---
- spring:
- config:
- activate:
- on-profile: dev
- datasource:
- hikari:
- driver-class-name: com.tmax.tibero.jdbc.TbDriver
- jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
- username: ENC(D/mtjX68HkE=)
- password: ENC(D/mtjX68HkE=)
- ---
- spring:
- config:
- activate:
- on-profile: prod
- datasource:
- hikari:
- driver-class-name: com.tmax.tibero.jdbc.TbDriver
- jdbc-url: jdbc:tibero:thin:@115.91.94.42:8629:tibero
- username: ENC(D/mtjX68HkE=)
- password: ENC(D/mtjX68HkE=)
|