Skip to content

Commit

Permalink
Mention URL for forwarding heartbeats to wakapi
Browse files Browse the repository at this point in the history
  • Loading branch information
mujx committed Jan 14, 2024
1 parent 485af51 commit 8caf46b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ services:
# Add the following variables if you want to forward any received heartbeats to another
# Wakatime compatible server.
HAKA_REMOTE_WRITE_URL: "https://wakatime.com/api/v1/users/current/heartbeats.bulk"
# You can also use this URL format to forward heartbeats to Wakapi:
# https://[wakapi-instance]/api/compat/wakatime/v1/users/current/heartbeats.bulk
HAKA_REMOTE_WRITE_TOKEN: "<token>"
ports:
- "127.0.0.1:8080:8080"
Expand Down

0 comments on commit 8caf46b

Please sign in to comment.