mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
924bf65517
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
9 lines
243 B
Bash
9 lines
243 B
Bash
# -*- 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}"
|