0.2.55 - Remote config/Request fixes
This commit is contained in:
+9
-3
@@ -18,6 +18,8 @@ MEMBY_PORT=32768
|
||||
# playback progress reports and search terms.
|
||||
MEMBY_LOG_LEVEL=INFO
|
||||
MEMBY_LOG_BUFFER_CAPACITY=5000
|
||||
# The Compose default is a named-volume-backed JSONL archive restored by the admin log.
|
||||
MEMBY_LOG_HISTORY_PATH=/data/logs/events.jsonl
|
||||
# console (default) is one aligned line per event, timestamp first and no `time=` key.
|
||||
# logfmt restores slog's own key=value line; json is for a log collector.
|
||||
MEMBY_LOG_FORMAT=console
|
||||
@@ -34,6 +36,10 @@ MEMBY_RECOMMEND_TTL=24h
|
||||
# MEMBY_RECOMMENDATION_WEIGHTS={"ExplorationRate":0.08,"MinimumEvidence":2,"ImpressionPenalty":0.12}
|
||||
MEMBY_RECOMMENDATION_WEIGHTS=
|
||||
|
||||
# Optional complete Remote Config document. Leave blank for bundled-equivalent defaults.
|
||||
# Every change must increase configVersion; see server/REMOTE_CONFIG.md.
|
||||
MEMBY_REMOTE_CONFIG_JSON=
|
||||
|
||||
# Maximum number of distinct Memby TVs one Emby user may keep signed in.
|
||||
|
||||
# Admin interface at https://mserver.sublogue.com/admin/ — library imports, the
|
||||
@@ -89,11 +95,11 @@ MEMBY_RADARR_ALERT_WINDOW=3h
|
||||
# redeployment. The second provider, OpenSubtitles, is configured entirely on that page —
|
||||
# it needs only an API key, and the credentials live in the database rather than in this
|
||||
# file.
|
||||
MEMBY_BAZARR_URL=http://10.0.0.2:6767
|
||||
MEMBY_BAZARR_API_KEY=e079ab79c1e32b5cf648d079f4421e11
|
||||
#MEMBY_BAZARR_URL=http://10.0.0.2:6767
|
||||
#MEMBY_BAZARR_API_KEY=e079ab79c1e32b5cf648d079f4421e11
|
||||
# How long Bazarr's movie/series/episode listings are cached. They exist only to turn an
|
||||
# Emby item into the Radarr/Sonarr id Bazarr keys on.
|
||||
MEMBY_BAZARR_TTL=5m
|
||||
#MEMBY_BAZARR_TTL=5m
|
||||
# A manual search queries live subtitle providers and is legitimately slow, so it gets a
|
||||
# longer timeout than the rest of the upstreams. Too short reads to a viewer as "no
|
||||
# subtitles found" rather than as a timeout.
|
||||
|
||||
Reference in New Issue
Block a user