44 lines
796 B
YAML
44 lines
796 B
YAML
app:
|
|
name: iqudo-top1
|
|
env: development
|
|
server:
|
|
host: 127.0.0.1
|
|
port: 8080
|
|
read_timeout: 10s
|
|
write_timeout: 20s
|
|
shutdown_timeout: 10s
|
|
database:
|
|
host: 127.0.0.1
|
|
port: 3306
|
|
name: iqudo_top1
|
|
user: root
|
|
password: ""
|
|
max_idle_connections: 10
|
|
max_open_connections: 40
|
|
connection_max_lifetime: 30m
|
|
auth:
|
|
jwt_secret: ""
|
|
access_token_ttl: 2h
|
|
refresh_token_ttl: 168h
|
|
seed:
|
|
admin_username: admin
|
|
admin_password: ""
|
|
admin_display_name: 平台管理员
|
|
multitable:
|
|
enabled: false
|
|
base_url: https://table.iwork-ai.com/open/v1
|
|
api_key: ""
|
|
sync_interval: 5s
|
|
request_timeout: 10s
|
|
batch_size: 20
|
|
max_attempts: 12
|
|
tables:
|
|
scenarios: 0
|
|
scenario_fields: 0
|
|
scenario_rules: 0
|
|
sops: 0
|
|
sop_nodes: 0
|
|
sop_edges: 0
|
|
runs: 0
|
|
feedback: 0
|