summaryrefslogtreecommitdiff
path: root/utils/dot_config
blob: e4c283744d8546852af681f42188a1252115fc28 (plain)
1
2
3
4
5
6
7
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}"