From 2792e7e8342e2ef3a74d1bb34c4a2beab9aa9c53 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 30 Apr 2024 19:45:58 -0400 Subject: [PATCH] Remove unsupported environment option (#2696) This option seems to be no longer supported as of 10c8582a6b01c37fb2db7e343b5204c713fbb7cd, and will crash the server if provided in the config. --- config-sample.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config-sample.yaml b/config-sample.yaml index 96eadb44b..9370819a4 100644 --- a/config-sample.yaml +++ b/config-sample.yaml @@ -143,8 +143,6 @@ rtc: # when enabled, LiveKit will expose prometheus metrics on :6789/metrics # prometheus_port: 6789 -# set a custom environment variable. prometheus metrics will be labeled with this value. defaults to an empty string -# environment: custom-value # API key / secret pairs. # Keys are used for JWT authentication, server APIs would require a keypair in order to generate access tokens