123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- farm_name: xdmy001
- app_name: kpt-pasture
- app_environment: test
- debug: true
- http_server_addr: ':8090'
- http_metrics_addr: ':23332'
- jwt_expire_time: 172800
- neck_ring_limit: 10000
- store:
- show_sql: true
- driver_name: mysql
- kpt_rw: "kpt_pasture:4~H@InK6jK@tcp(47.92.95.119:3326)/kpt_pasture?charset=utf8mb4&parseTime=true&loc=Local&allowNativePasswords=true&timeout=300s&readTimeout=300s&writeTimeout=300s"
- kpt_migr: "kpt_pasture:4~H@InK6jK@tcp(47.92.95.119:3326)/kpt_pasture?charset=utf8mb4&parseTime=true&loc=Local&allowNativePasswords=true&timeout=300s&readTimeout=300s&writeTimeout=300s"
- redis_setting:
- cache_redis:
- addr: '47.92.95.119:6389'
- db: 11
- requirepass: "root"
- expiry: 120
- jwt_secret: "sUd7j%UfJMt59ywh"
- side_work_setting:
- asynq_setting:
- redis:
- addr: '47.92.95.119:6389'
- db: 0
- pool_size: 10
- password: "root"
- concurrency: 5
- queues:
- work: 20
- low: 10
- default: 5
- cron:
- crontab_start_run: false
- update_cow_info: "0 01 1 * * ?"
- generate_work_order: "0 05 1 * * ?"
- immunization_plan: "0 10 1 * * ?"
- same_time_plan: "0 15 1 * * ?"
- update_same_time: "0 20 1 * * ?"
- system_basic_crontab: "0 25 1 * * ?"
- cow_pregnant: "0 00 15 * * ?"
- neck_ring: "0 30 * * * ?"
- mqtt:
- broker: "47.92.95.119"
- port: 1883
- username: ""
- password: ""
- client_id: "ping"
- topic: "a"
- qos: 0
- retain: false
- keep_alive: 60
- connect_timeout: 10
- auto_reconnect: true
- reconnect_interval: 10
- work_number: 1
|