summarylogtreecommitdiffstats
path: root/environment
diff options
context:
space:
mode:
authortarball2021-06-27 11:35:32 +0600
committertarball2021-06-27 11:35:32 +0600
commit4b3c05515ddb1a92a53bc35133affe0a353d8878 (patch)
tree7f7d676204d97e15a4d79e99e0c43a49376fdd0a /environment
downloadaur-4b3c05515ddb1a92a53bc35133affe0a353d8878.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"
+