enable builds for all archs where go compiler exists
[debian/orchestra.git] / samples / conductor.conf
1 ###
2 ### conductor.conf
3 ###
4 ### System-wide configuration for the conductor
5 ###
6
7 ### Specify the TLS private key and certificate
8 # x509 private key = /etc/orchestra/conductor_key.pem
9 # x509 certificate = /etc/orchestra/conductor_crt.pem
10
11 ### Specify the trusted CAs for clients.
12 ###
13 ### this is a ':' delimited list of pem files.
14 # ca certificates =
15
16 ### Manually specify the conductor's host name.
17 # server name = 
18
19 ### Override the server's bind address
20 # bind address =
21
22 ### Set the path for the audience socket.
23 # audience socket path = /var/spool/orchestra/conductor.sock
24
25 ### Set the directory to store the conductor's state in
26 # conductor state path = /var/spool/orchestra
27
28 ### Set the path of the authorised players file.
29 # player file path = /etc/orchestra/players