Commit 0cb8c43e authored by 崔为之's avatar 崔为之 💪🏽

Update project

parent ff248f24
System:
Env: public
Server:
Name: elasticsearch-log-parse
Tag:
IP: 172.28.12.236
Port: 5000
Interval: 30s
Timeout: 30s
Deregister: 60s
Database:
Type: mysql
Driver: pymysql
Username: root
Type: postgresql
Driver: psycopg2
Username: postgres
Password: localhost123
Host: localhost
Port: 3306
Port: 5432
DB: elp
TableName: logs
Elasticsearch:
Host: 172.28.5.39
......@@ -30,3 +37,16 @@ Logger:
Rotation:
Enqueue: True
Retention:
Scheduler:
Start: 2023-11-20 18:50:00
End: 2099-11-11 16:00:00
Timezone: Asia/Shanghai
ExtraDB:
Host: 172.28.5.39
Port: 3306
User: root
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;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment