summarylogtreecommitdiffstats
path: root/environment
diff options
context:
space:
mode:
authortarball2021-06-26 14:39:07 +0600
committertarball2021-06-26 14:39:07 +0600
commit2083bcf60dbcf684661f0cec4d1d5c2e2ef76ad3 (patch)
tree19eb5f122d906694ca15fc103faaf28413277420 /environment
downloadaur-2083bcf60dbcf684661f0cec4d1d5c2e2ef76ad3.tar.gz
Initial commit
Diffstat (limited to 'environment')
-rw-r--r--environment10
1 files changed, 10 insertions, 0 deletions
diff --git a/environment b/environment
new file mode 100644
index 000000000000..ea6f1dd95a32
--- /dev/null
+++ b/environment
@@ -0,0 +1,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"
+