config.yaml 631 Bytes
Newer Older
Weizhi Cui's avatar
Weizhi Cui committed
1 2 3
System:
  Env: public

崔为之's avatar
崔为之 committed
4 5 6 7
Database:
  Type: mysql
  Driver: pymysql
  Username: root
崔为之's avatar
崔为之 committed
8 9 10
  Password: localhost123
  Host: localhost
  Port: 3306
Weizhi Cui's avatar
Weizhi Cui committed
11
  DB: elp
崔为之's avatar
崔为之 committed
12 13 14 15 16 17 18 19 20 21 22

Elasticsearch:
  Host: 172.28.5.39
  Port: 9200
  USER:
  Password:
  UseSSL:
  VerifyCerts:
  CaCerts:
  Index: filebeat-ctocst_router-2021.11
  Type: _doc
崔为之's avatar
崔为之 committed
23 24

Logger:
崔为之's avatar
崔为之 committed
25
  Type: terminal
崔为之's avatar
崔为之 committed
26
  Level: DEBUG
崔为之's avatar
崔为之 committed
27 28 29 30 31 32
  Path: /Users/cuiweizhi/WorkSpace/Gitlab/elp/logs
  Name: elp.log
  Format:
  Rotation:
  Enqueue: True
  Retention:
崔为之's avatar
崔为之 committed
33 34 35 36 37 38 39

Redis:
  Host: localhost
  Port: 6379
  Username:
  Password:
  DB: 13
崔为之's avatar
崔为之 committed
40 41 42 43 44

Scheduler:
  Start: 2023-11-11 15:20:00
  End: 2099-11-11 16:00:00
  Timezone: Asia/Shanghai