-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.xml
32 lines (24 loc) · 869 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<config>
<!-- Client Control -->
<fold-anon v='true'/>
<!-- Folding Slot Configuration -->
<gpu v='{{USE_GPU}}'/>
<!-- HTTP Server -->
#Following allows access from local network
<allow v='0/0'/>
<!-- Remote Command Server -->
#Change password for remote access
<password v='{{REMOTE_PASSWORD}}'/> <!-- from ENV values / default override_me -->
<!-- User Information -->
#Change Team Number and Username if desired.
<team v='{{TEAM}}'/> <!-- from env values / default 0-->
<user v='{{USERNAME}}'/> <!-- from ENV values / default Anonymous -->
<passkey v='{{PASSWORD}}'/> <!-- from ENV values / default empty for Anonymous user-->
<!-- Web Server -->
#Following allows access from local network
<web-allow v='0/0'/>
<!-- CPU Use -->
<power v='{{POWER}}'/>
<!-- Folding Slots -->
<slot id='0' type='GPU'/>
</config>