mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-12 11:43:39 +08:00
Go: refactor log and config (#17684)
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -268,6 +268,7 @@ EMBEDDING_BATCH_SIZE=${EMBEDDING_BATCH_SIZE:-16}
|
||||
# - Enable registration: 1
|
||||
# - Disable registration: 0
|
||||
REGISTER_ENABLED=1
|
||||
ENABLE_REGISTER=1
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Sandbox
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
general:
|
||||
heartbeat_interval: 3
|
||||
heartbeat_interval: 3s
|
||||
ragflow:
|
||||
host: ${RAGFLOW_HOST:-0.0.0.0}
|
||||
http_port: 9380
|
||||
|
||||
Reference in New Issue
Block a user