wiki:ProjectConfigFile

Version 2 (modified by davea, 17 years ago) (diff)

--

The project configuration file

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: