summaryrefslogtreecommitdiffstats
path: root/config/global.properties.tmpl
blob: 546c091228af000cf70f760f0025722ab0402dc2 (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
47
#
# Autogenerated configuration. Do not edit!
#

#------------------------------------------------------------------------------
# Main
#------------------------------------------------------------------------------
# the dir where the images are stored
storage.dir = {{ .Env.MASTER_VSTORE_PATH }}

#------------------------------------------------------------------------------
# Session
#------------------------------------------------------------------------------
# session timeout for users (in seconds)
session.user.timeout = {{ .Env.MASTER_SESSION_TIMEOUT_USER }}

# session timeout for servers (in seconds)
session.server.timeout = {{ .Env.MASTER_SESSION_TIMEOUT_SERVER }}

#------------------------------------------------------------------------------
# SSL
#------------------------------------------------------------------------------
# keystore (.jks format)
ssl.keystore.file = {{ .Env.MASTER_KEYSTORE_FILE }}

# keystore alias
ssl.keystore.alias = {{ .Env.MASTER_KEYSTORE_ALIAS }}

# keystore password
ssl.keystore.password = {{ .Env.MASTER_KEYSTORE_PASSWORD }}

#------------------------------------------------------------------------------
# File transfer
#------------------------------------------------------------------------------
# port that is used for data connection between satellite and master
filetransfer.port.ssl = {{ .Env.MASTER_FILE_TRANSFER_PORT_SSL }}
filetransfer.port.plain = {{ .Env.MASTER_FILE_TRANSFER_PORT_PLAIN }}

# timeout for kicking idling clients (in seconds)
filetransfer.timeout = {{ .Env.MASTER_FILE_TRANSFER_TIMEOUT }}
filetransfer.retries = {{ .Env.MASTER_FILE_TRANSFER_RETRIES }}

#------------------------------------------------------------------------------
# Thrift (RPC)
#------------------------------------------------------------------------------
thrift.port.plain = {{ .Env.MASTER_THRIFT_PORT_PLAIN }}
thrift.port.ssl = {{ .Env.MASTER_THRIFT_PORT_SSL }}