-
Notifications
You must be signed in to change notification settings - Fork 449
ProjectConfigFile
Vitalii Koshura edited this page Feb 20, 2023
·
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: