summarylogtreecommitdiffstats
path: root/environment
blob: ea6f1dd95a32929d39a84db8bcfd0a26e63a1700 (plain)
1
2
3
4
5
6
7
8
9
10
# additional options to pass to all wiretrustee services
# see more at 'wiretrustee --help'
WIRETRUSTEE_ARGS="--log-level info"

# additional options to pass to wiretrustee clients
WIRETRUSTEE_CLIENT_ARGS="${WIRETRUSTEE_ARGS}"

# additional options to pass to wiretrustee signal service
WIRETRUSTEE_SIGNAL_ARGS="${WIRETRUSTEE_ARGS} --port 10000"