update default config for CI

This commit is contained in:
medcl 2021-02-20 10:23:17 +08:00
parent 9d1c6fe8e0
commit 06914ac646
1 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
elasticsearch:
- name: default
enabled: true
endpoint: http://localhost:8001
endpoint: https://192.168.3.98:8000
index_prefix:
basic_auth:
username: elastic
password: liugq123
password: ZBdkVQUUdF1Sir4X4BGB
web:
enabled: true
@ -15,7 +15,7 @@ web:
vfs: true
local: true
network:
binding: 127.0.0.1:2900
binding: 127.0.0.1:9000
skip_occupied_port: true
modules:
@ -27,8 +27,8 @@ modules:
orm:
enabled: true
init_template: true
template_name: ".infini-default"
index_prefix: ".infini-"
template_name: ".infini-search-center"
index_prefix: ".infini-search-center-"
search-center:
ui_path: .public
@ -39,8 +39,8 @@ search-center:
queue:
min_msg_size: 1
max_msg_size: 5000000000
max_bytes_per_file: 53687091200
max_msg_size: 536870912
max_bytes_per_file: 1073741824
sync_every_records: 100000 # sync by records count
sync_timeout_in_ms: 10000 # sync by time in million seconds
read_chan_buffer: 0