fix: add back BASE_URL for aiostreams

This commit is contained in:
Viren070
2025-07-08 12:45:52 +01:00
committed by GitHub
parent 09fefd8f56
commit 91cde598e8
+2 -2
View File
@@ -36,7 +36,7 @@ PORT=3000
# The base URL of your addon. Highly recommended for proper functioning.
# Used for generating installation URLs and identifying self-scraping.
# Example: https://aiostreams.yourdomain.com
BASE_URL=
BASE_URL=https://${AIOSTREAMS_HOSTNAME}
# --- Security ---
# CRITICAL: Secret key for encrypting addon configuration.
@@ -627,4 +627,4 @@ SUBSOURCE_URL=https://subsource.strem.top
OPENSUBTITLES_V3_PLUS_URL=https://opensubtitles.stremio.homes
# DEFAULT_OPENSUBTITLES_V3_PLUS_TIMEOUT=
# ==============================================================================
# ==============================================================================