From 75ae22f8c85dd346348f697df083e96b40f46433 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 6 Jul 2016 09:39:26 +0200 Subject: [PATCH] add hostname to example config --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a83640e..aab13e4 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ Configuring Options can be passed via command line, or set in the ``$HOME/.wakatime.cfg`` config file. Command line arguments take precedence over config file settings. The ``$HOME/.wakatime.cfg`` file is in `INI `_ -format. An example config file looks like:: +format. An example config file with all available options:: [settings] debug = false @@ -74,8 +74,9 @@ format. An example config file looks like:: proxy = https://user:pass@localhost:8080 timeout = 30 [projectmap] - projects/foo = new project name - ^/home/user/projects/bar(\d+)/ = project{0} + projects/foo = new project name + ^/home/user/projects/bar(\d+)/ = project{0} + hostname = machinename Troubleshooting