Skip to content

ProjectConfigFile

Rom Walton edited this page Feb 5, 2015 · 4 revisions

A project's configuration is described by a file named config.xml in the project's directory. This file is created, with default values, by the make_project script. However, you will need to change or add some items during the life of your project.

The format of config.xml file is:

<boinc>
  <config>
    [ configuration options ]
  </config>
  <daemons>
    [ list of daemons ]
  </daemons>
  <tasks>
    [ list of periodic tasks ]
  </tasks>

</boinc>

Details on:

* [Configuration options](ProjectOptions)
* [Daemons](ProjectDaemons)
* [Periodic tasks ](ProjectTasks)
Clone this wiki locally