diff --git a/examples/lightspeed-stack-lls-external.yaml b/examples/lightspeed-stack-lls-external.yaml index 35c022e9..e38f2dd6 100644 --- a/examples/lightspeed-stack-lls-external.yaml +++ b/examples/lightspeed-stack-lls-external.yaml @@ -15,13 +15,5 @@ user_data_collection: feedback_storage: "/tmp/data/feedback" transcripts_enabled: true transcripts_storage: "/tmp/data/transcripts" - data_collector: - enabled: false - ingress_server_url: null - ingress_server_auth_token: null - ingress_content_service_name: null - collection_interval: 7200 # 2 hours in seconds - cleanup_after_send: true - connection_timeout_seconds: 30 authentication: - module: "noop" \ No newline at end of file + module: "noop" diff --git a/examples/lightspeed-stack-lls-library.yaml b/examples/lightspeed-stack-lls-library.yaml index 984c7c03..386a97ea 100644 --- a/examples/lightspeed-stack-lls-library.yaml +++ b/examples/lightspeed-stack-lls-library.yaml @@ -14,13 +14,5 @@ user_data_collection: feedback_storage: "/tmp/data/feedback" transcripts_enabled: true transcripts_storage: "/tmp/data/transcripts" - data_collector: - enabled: false - ingress_server_url: null - ingress_server_auth_token: null - ingress_content_service_name: null - collection_interval: 7200 # 2 hours in seconds - cleanup_after_send: true - connection_timeout_seconds: 30 authentication: - module: "noop" \ No newline at end of file + module: "noop"