Configuration ============= To tell whoswho where to look for your address books you need a configuration file. The file must be named ``whoswho.cfg`` The configuration file is in Windows ini_ format. It must contain one section with one property. For example:: [whoswho] addressbook = /home/whoswho/whoswho.xml Sections -------- The whoswho configuration file must contain one section called ``whoswho``. :: [whoswho] Properties ---------- The whoswho configuration file must contain one property in the ``whoswho`` section called ``addressbook``. This will contain the full file path to one or more :doc:`address_books` separated by commas:: addressbook = /home/andy47/Documents/personal.xml,/home/andy47/Documents/work.xml Location -------- Whoswho will look for your configuration file in the following locations in this order * Current working directory * User's home directory * Application installation directory .. _ini: https://en.wikipedia.org/wiki/INI_file