mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
docs: update regex envs to be undefined by default and note to use single quotes
This commit is contained in:
+6
-3
@@ -99,12 +99,15 @@ ENCRYPT_STREMTHRU_URLS=true
|
||||
|
||||
# Default regex patterns for filtering and sorting
|
||||
# These are used as defaults, and can be overridden in the addon configuration page
|
||||
#
|
||||
# NOTE: You MUST provide the regex between 2 single quotes ('), not double quotes or no quotes, otherwise it will NOT work.
|
||||
#
|
||||
# Example Exclude Pattern: `/b(0neshot)\b` will exclude streams with the word "0neshot" in them
|
||||
DEFAULT_REGEX_EXCLUDE_PATTERN=
|
||||
# DEFAULT_REGEX_EXCLUDE_PATTERN=''
|
||||
# Example Include Pattern: `/b(3L)\b` will include only streams with the word "3L" in them
|
||||
DEFAULT_REGEX_INCLUDE_PATTERN=
|
||||
# DEFAULT_REGEX_INCLUDE_PATTERN=''
|
||||
# Example Sort Patterns: `/b(3L|BiZKiT)\b \b(FraMeSToR)\b \b(TRiToN)\b` will sort streams with the word "3L" or "BiZKiT" in them, followed by "FraMeSToR", followed by "TRiToN"
|
||||
DEFAULT_REGEX_SORT_PATTERNS=
|
||||
# DEFAULT_REGEX_SORT_PATTERNS=''
|
||||
|
||||
# The default timeout for all requests. If other timeouts are not set, this will be used
|
||||
DEFAULT_TIMEOUT=15000
|
||||
|
||||
Reference in New Issue
Block a user