corrade-lsl-templates – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 ####################### START CONFIGURATION #################################
2  
3 # All these settings must correspond to the settings in Corrade.ini.
4  
5 # This is the UUID of the Corrade bot.
6 corrade = "d6eea54f-37ab-400f-baa5-ab160ebab5b0"
7  
8 # Any number of groups is allowed but they have to be named sequentially following the pattern:
9 # group_1, group_2, group_3, ...
10 # Similarly, the passwords must be created in sequence:
11 # password_1, password_2, password_3, ...
12 # Such that password_1 is the password for group_1, password_2 is the password for group_2, etc...
13 # Instead of group names, you can also specify group UUIDs.
14 group_1 = "My Cool Group"
15 password_1 = "coolgrouppass"
16 group_2 = "Small Group"
17 password_2 = "smallgrouppass"
18  
19 # The subject of the notice.
20 subject = "Test notification!"
21  
22 # The message to send.
23 message = "Ignore me!"
24  
25 ####################### END CONFIGURATION ###################################