File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
data-agent-management/src/main/resources Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,12 @@ spring:
5656 bucket-name : ${OSS_BUCKET_NAME:}
5757 custom-domain : ${OSS_CUSTOM_DOMAIN:}
5858 max-sql-retry-count : 10
59+ # Langfuse 可观测性配置
60+ langfuse :
61+ enabled : ${LANGFUSE_ENABLED:false}
62+ host : ${LANGFUSE_HOST:}
63+ public-key : ${LANGFUSE_PUBLIC_KEY:}
64+ secret-key : ${LANGFUSE_SECRET_KEY:}
5965 servlet :
6066 multipart :
6167 max-file-size : 10MB
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ spring:
5555 max-sql-retry-count : 10
5656 # Langfuse 可观测性配置
5757 langfuse :
58- enabled : ${LANGFUSE_ENABLED:true }
58+ enabled : ${LANGFUSE_ENABLED:false }
5959 host : ${LANGFUSE_HOST:}
6060 public-key : ${LANGFUSE_PUBLIC_KEY:}
6161 secret-key : ${LANGFUSE_SECRET_KEY:}
You can’t perform that action at this time.
0 commit comments