summaryrefslogtreecommitdiffstats
path: root/config/global.properties.example
blob: 1c0c8eba5e688908c5016144673a46d92a50a8db (plain) (blame)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#fill in properties and rename to global.properties
#####################
#       Main        #
#####################

# the dir where the images are stored
storage.dir=/mnt/store/images

#####################
#       Session     #
#####################

# session timeout for users (in seconds)
session.user.timeout=7200

# session timeout for servers (in seconds)
session.server.timeout=86400

#####################
#        SSL        #
#####################

# keystore (.jks format)
ssl.keystore.file=./config/masterserver.jks

# keystore alias
ssl.keystore.alias=alias_in_keystore

# keystore password
ssl.keystore.password=password_for_keystore

############ File transfer

# port that is used for data connection between satellite and master
filetransfer.port.ssl=9051
filetransfer.port.plain=9050

# timeout for kicking idling clients (in seconds)
filetransfer.timeout=60
filetransfer.retries=4

################## Thrift (RPC)

thrift.port.plain = 9090
thrift.port.ssl = 9091