|  | 66 | ==== Configuration File | 
                          |  | 67 |  | 
                          |  | 68 | The same [#options Options ] may be used in the user configuration file ${HOME}/.referlrc. [[br]] | 
                          |  | 69 | This can be useful when multiple long command line switches are required to start the {{{bin/referel}}} tool.[[br]] | 
                          |  | 70 | The tool first reads the specified switches from the ${HOME}/.referlrc and then applies the command line arguments, if any.[[br]] | 
                          |  | 71 | Please note, this feature is currently not available on Windows. | 
                          |  | 72 |  | 
                          |  | 73 | Example configuration file: | 
                          |  | 74 | {{{#!erlang | 
                          |  | 75 | % User configuration file | 
                          |  | 76 | % single entries are just plain strings like: nitrogen | 
                          |  | 77 | % entries with user defined second argument are tuples eg.: {erl, path_to_erl} | 
                          |  | 78 | % | 
                          |  | 79 | % {erl,path_to_erl} | 
                          |  | 80 | % {base,basedir} | 
                          |  | 81 | % {name,instancename} | 
                          |  | 82 | % {sname,servername} | 
                          |  | 83 | % {srvname,yourservername} | 
                          |  | 84 | % server | 
                          |  | 85 | % emacs | 
                          |  | 86 | % wx | 
                          |  | 87 | % qt | 
                          |  | 88 | % vim | 
                          |  | 89 | % nitrogen | 
                          |  | 90 | % web2 | 
                          |  | 91 | % {browser_root,browserroot} | 
                          |  | 92 | % {images_dir,imgdir} | 
                          |  | 93 | % yaws | 
                          |  | 94 | % {yaws_path,path} | 
                          |  | 95 | % {yaws_name,name} | 
                          |  | 96 | % {yaws_port,port} | 
                          |  | 97 | % {yaws_listen,ipaddress} | 
                          |  | 98 | % gcc | 
                          |  | 99 | % g++ | 
                          |  | 100 | % build | 
                          |  | 101 | % no_cpp | 
                          |  | 102 | % bufsrv | 
                          |  | 103 | % ericsson | 
                          |  | 104 | % {igraph,path} | 
                          |  | 105 | % yaws_189 | 
                          |  | 106 | % client | 
                          |  | 107 | % synchronize | 
                          |  | 108 | % {wrangler,path} | 
                          |  | 109 | % dbtype = mnesia nif kcmini | 
                          |  | 110 | % {db,dbtype} | 
                          |  | 111 | % {dbmod,dbmod} | 
                          |  | 112 | % {dir,referldir} | 
                          |  | 113 | % {dbargs,dbargs} | 
                          |  | 114 | % {pos,posi} | 
                          |  | 115 | % qt_gui | 
                          |  | 116 | }}} |