Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Move relay to port 5333 to avoid collisions #6

Merged
merged 1 commit into from Nov 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions action.yml
Expand Up @@ -48,6 +48,7 @@ runs:
set -euo pipefail
exec /opt/relay/relay run \
--mode=proxy \
--port=5333 \
--shutdown-timeout=2 \
--upstream-dsn="\$SENTRY_DSN" \
--aws-runtime-api="\$AWS_LAMBDA_RUNTIME_API"
Expand Down