lk-jwt-service: fix deprecated envvar (#472440)

This commit is contained in:
Aleksana
2025-12-21 15:40:41 +00:00
committed by GitHub
@@ -50,7 +50,7 @@ in
after = [ "network-online.target" ];
environment = {
LIVEKIT_URL = cfg.livekitUrl;
LIVEKIT_JWT_PORT = toString cfg.port;
LIVEKIT_JWT_BIND = ":${toString cfg.port}";
LIVEKIT_KEY_FILE = "/run/credentials/lk-jwt-service.service/livekit-secrets";
};