This message was deleted.
# helpdesk
s
This message was deleted.
g
have you deployed or configured a config file? https://docs.livekit.io/oss/deployment/#configuration
you can set the keys in the yaml
I personally deploy the config yaml using the environment variable
LIVEKIT_CONFIG
l
would you happen to have an example config file I could compare my config file to? I am a bit lost. I have deployed the config file but as I said it gives of the warning as specified in my previous comment
g
Copy code
port: 7880
logging:
  log_level: debug
rtc:
  tcp_port: 7881
  port_range_start: 50000
  port_range_end: 60000
  use_external_ip: true
redis:
  # redis is recommended for production deploys
  address: host.docker.internal:6379
keys:
  your_api_key: abc123
turn:
  enabled: false
👍 1