enable builds for all archs where go compiler exists
[debian/orchestra.git] / samples / player.conf
1 ###
2 ### player.conf
3 ###
4 ### System-wide configuration for the player
5 ###
6
7 ### Specify the TLS private key and certificate
8 # x509 private key = /etc/orchestra/player_key.pem
9 # x509 certificate = /etc/orchestra/player_crt.pem
10
11 ### Specify the trusted CAs of your conductor/s
12 ###
13 ### this is a ':' delimited list of pem files.
14 # ca certificates =
15
16 ### Manually specify the player's name (typically host name).
17 ###
18 ### This must match the CN in the certificates or else the conductor
19 ### will reject the connection
20 # player name = 
21
22 ### The host name of the conductor to connect to.  This should
23 ### match the conductor's certificate CN.
24 # master = conductor
25
26 ### Path to the scores directory
27 ###
28 ### The specified directory will be searched for executables and
29 ### matching configuration files.  These will be made available as
30 ### scores.
31 # score directory = /usr/lib/orchestra/scores