summaryrefslogtreecommitdiff
path: root/utils/dot_config
diff options
context:
space:
mode:
Diffstat (limited to 'utils/dot_config')
-rw-r--r--utils/dot_config8
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/dot_config b/utils/dot_config
new file mode 100644
index 000000000..e4c283744
--- /dev/null
+++ b/utils/dot_config
@@ -0,0 +1,8 @@
+# -*- coding: utf-8; mode: sh -*-
+# SPDX-License-Identifier: AGPL-3.0-or-later
+#
+# Set environment used by ./utils scripts like filtron.sh or searx.sh
+#
+
+# Public URL of the searx instance
+PUBLIC_URL="${PUBLIC_URL:-https://$(uname -n)/searx}"