Skip to content

Commit

Permalink
Update frontpage consumer URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman committed Jun 14, 2024
1 parent 1f59cab commit 8a130a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages-rs/drainpipe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ FROM alpine:3.14
COPY --from=builder /usr/src/drainpipe/target/release/drainpipe /

ENV DATABASE_URL="/drainpipedata/drainpipe.db"
ENV FRONTPAGE_CONSUMER_URL="http://localhost:3000/api/receive_hook"
ENV FRONTPAGE_CONSUMER_URL="https://frontpage.unravel.fyi/api/receive_hook"

ENTRYPOINT ["/drainpipe"]

0 comments on commit 8a130a3

Please sign in to comment.