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

崔为之's avatar
崔为之 committed
4
Database:
崔为之's avatar
崔为之 committed
5 6 7
  Type: postgresql
  Driver: psycopg2
  Username: postgres
崔为之's avatar
崔为之 committed
8 9
  Password: localhost123
  Host: localhost
崔为之's avatar
崔为之 committed
10
  Port: 5432
Weizhi Cui's avatar
Weizhi Cui committed
11
  DB: elp
崔为之's avatar
崔为之 committed
12
  TableName: users
崔为之's avatar
崔为之 committed
13 14 15 16 17 18 19 20 21 22 23

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

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

崔为之's avatar
崔为之 committed
35
Scheduler:
崔为之's avatar
崔为之 committed
36
  Start: 2023-11-12 12:08:00
崔为之's avatar
崔为之 committed
37 38
  End: 2099-11-11 16:00:00
  Timezone: Asia/Shanghai
崔为之's avatar
崔为之 committed
39 40

ExtraDB:
崔为之's avatar
崔为之 committed
41
  Host: 172.28.5.39
崔为之's avatar
崔为之 committed
42 43
  Port: 3306
  User: root
崔为之's avatar
崔为之 committed
44 45 46
  Password: gree123
  DB: corpora
  Sql: select concat(scene.scene, '.', intent) from intents as i left join scene on scene.id=i.scene_id group by i.intent;