-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.waka-relay.toml
More file actions
15 lines (14 loc) · 829 Bytes
/
.waka-relay.toml
File metadata and controls
15 lines (14 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# File with all of the default settings for Waka Relay
[relay]
host = "0.0.0.0" # Host for the webserver to listen on
port = 25892 # Port for the webserver to run on
workers = 1 # Worker count for the webserver
timeout = 25 # Timeout value for the relayed requests (in seconds)
retries = 3 # Number of retries for failed requests
time_text = "%TEXT% (Relayed)" # Text to display in the IDE (%TEXT% is replaced by what the api retuns)
require_api_key = false # Whether or not to require an API key
api_key = "" # The API key to use if require_api_key is true
debug = false # Whether or not to enable debug logging
[relay.instances] # List of instances to relay to (first entry is the primary instance)
"https://api.wakatime.com/api/v1" = "WAKATIME API KEY"
"https://hackatime.hackclub.com/api/hackatime/v1" = "HACKATIME API KEY"