Skip to content

Commit

Permalink
fix: Fix the incorrect env name used to enable o11y for ai gateway (#129
Browse files Browse the repository at this point in the history
)
  • Loading branch information
CH3CHO authored Jan 20, 2025
1 parent ad4270e commit 329dc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all-in-one/get-ai-gateway.sh
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ ${env}=${!env}"
done
cat <<EOF >$DATA_FOLDER/$CONFIG_FILENAME
MODE=full
o11y=on
O11Y=on
CONFIG_TEMPLATE=ai-gateway
GATEWAY_HTTP_PORT=${GATEWAY_HTTP_PORT}
GATEWAY_HTTPS_PORT=${GATEWAY_HTTPS_PORT}
Expand Down

0 comments on commit 329dc4a

Please sign in to comment.