feat: enable configured multitable synchronization
This commit is contained in:
@@ -3,9 +3,38 @@ app:
|
||||
server:
|
||||
host: 0.0.0.0
|
||||
database:
|
||||
host: taosuvet.rwlb.rds.aliyuncs.com
|
||||
port: 3306
|
||||
user: taosuvet_root
|
||||
password: Yong!!!2030
|
||||
name: iqudo_top1
|
||||
max_idle_connections: 20
|
||||
max_open_connections: 100
|
||||
auth:
|
||||
jwt_secret: random-1234567890-zyxwvu-tsrpml210
|
||||
access_token_ttl: 2h
|
||||
refresh_token_ttl: 168h
|
||||
seed:
|
||||
admin_username: ""
|
||||
admin_password: ""
|
||||
admin_display_name: ""
|
||||
multitable:
|
||||
enabled: true
|
||||
base_url: https://table.iwork-ai.com/open/v1
|
||||
api_key: iqd_6dd7293ce4d50f02949fe35bea669a0b156a4143f11ed5525aafe76e2c089685
|
||||
sync_interval: 5s
|
||||
request_timeout: 10s
|
||||
batch_size: 20
|
||||
max_attempts: 12
|
||||
tables:
|
||||
scenarios: 46
|
||||
scenario_fields: 47
|
||||
scenario_rules: 63
|
||||
sop_versions: 48
|
||||
sop_nodes: 49
|
||||
sop_edges: 50
|
||||
knowledge_items: 64
|
||||
knowledge_relations: 65
|
||||
knowledge_versions: 51
|
||||
runs: 52
|
||||
feedback: 53
|
||||
|
||||
Reference in New Issue
Block a user