Logo white

Liu Haoyu / viid-collector

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • viid-collector
  • src
  • main
  • resources
  • application.yml
  • fea: 测试接口添加
    020ea372
    Hugiee.Liu authored
    2023-07-06 14:27:43 +0800  
    Browse Code »
application.yml 420 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
gat1400:
  server-address: 127.0.0.1
  port: 9000
  access-key: admin
  security-key: 123456
receiver: http://localhost:8888/receiver
spring:
  application:
    name: viid-collector
  redis:
    host: 192.168.60.126
    port: 6379
    timeout: 10000ms
    lettuce:
      pool:
        max-active: 8
        max-wait: -1ms
        min-idle: 0
        max-idle: 8
logging:
  level:
    root: error
    com.objecteye: debug