mirror of https://github.com/BOINC/boinc.git
40 lines
940 B
Plaintext
40 lines
940 B
Plaintext
|
[Master]
|
||
|
#--------------------------------------------------------
|
||
|
# General configuration, for both BOINC and LOCAL DC-API implementation
|
||
|
#--------------------------------------------------------
|
||
|
|
||
|
#
|
||
|
# Working directory. boinc_appmgr will set it automatically
|
||
|
#
|
||
|
|
||
|
WorkingDirectory = *Must be specified*
|
||
|
|
||
|
#
|
||
|
# UUID Instance. boinc_appmgr will set it automatically
|
||
|
#
|
||
|
|
||
|
InstanceUUID = *Must be specified*
|
||
|
|
||
|
#
|
||
|
# Debugging level
|
||
|
#
|
||
|
|
||
|
LogLevel = Debug
|
||
|
|
||
|
#--------------------------------------------------------
|
||
|
# Configuration for BOINC DC-API implementation
|
||
|
#--------------------------------------------------------
|
||
|
|
||
|
#
|
||
|
# BOINC project root directory. boinc_appmgr will set it automatically
|
||
|
#
|
||
|
|
||
|
ProjectRootDir = *Must be specified*
|
||
|
|
||
|
#--------------------------------------------------------
|
||
|
# Configuration for LOCAL DC-API implementation
|
||
|
#--------------------------------------------------------
|
||
|
[Client-message-example]
|
||
|
|
||
|
name = message-example-client
|