Configuration¶
Most common configuration options you need is in the Settings page of the web UI.
Other, more technical configuration options, are available through the config files. These are located in different places depending on your platform, see the directories documentation for where to find them.
Configuration options for the server, client, and default watchers are listed below:
aw-server (Python)
host
Hostname to start the server on. Currently onlylocalhost
or127.0.0.1
are supported.
port
Port number to start the server on.
storage
Type of storage for holding buckets and events. Supported types arepeewee
,memory
(useful in testing), ormongodb
(MongoDB support will be removed in a future version).
aw-client
hostname
Hostname of the server to connect to.
port
Port number of the server to connect to.
aw-watcher-afk
timeout
Time in seconds with no activity required to become afk.
poll_time
Time in seconds between checks for activity.
update_time
Not yet implemented.
aw-watcher-window:
poll_time
Time in seconds between window checks.
exclude_title
Don’t track window titles
update_time
Not yet implemented.