blob: 2275e2b8afdf3096766f161c76ad869cac0965d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Example configuration file for the satellite-daemon
# hostname of the masterserver
MASTERSERVER_HOST=132.230.4.17
# the truststore that is used to validate the certificate of the server
# leave blank to use system's cacert store
TRUSTSTORE_PATH=/path/to/truststore.jks
# port to which the thrift connection is opened (usually this is 9090)
THRIFT_PORT=9090
# the image folder where all up- and downloads are saved
IMAGE_FOLDER=/path/to/images
|