mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix: add back BASE_URL for aiostreams
This commit is contained in:
@@ -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=
|
||||
|
||||
# ==============================================================================
|
||||
# ==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user