..  _`impl.config`:

##############################
Sample Configuration File
##############################

This is a sample configuration file.

::

    # Mapping of short names to full connection parameter sets.
    hosts= { 
        'localhost': { },
        'prod-a': { 'hostname': 'fully.qualified.name', 'hostport': 443 },
        }
        
    # Mapping of short names to full path.
    vmx= { 
        'SUSE': r"G:\VMplanet-openSUSE11.3\[VMplanet] openSUSE 11.3.vmx",
        'Fedora': r"C:\Fedora14\Fedora.vmx",
        }

    # Which specific Host to open by default.
    default_host= 'localhost'