refactor(docker): if omits the Wiki language env, then use the lang of google search engine

This commit is contained in:
Junior L. Botelho (JLB) 2023-02-18 14:37:02 -03:00
parent 45a9463f0a
commit 76f98f8960
No known key found for this signature in database
GPG Key ID: 6A25840754F2A524
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export CONFIG_BITTORRENT_TRACKERS=${CONFIG_BITTORRENT_TRACKERS:-"&tr=http://nyaa
# The settings that will be used to handle Wikipedia results displayed on the libreX search page
# the settings below can be edited via environment variables.
export CONFIG_WIKIPEDIA_LANGUAGE=${CONFIG_WIKIPEDIA_LANGUAGE:-"en"}
export CONFIG_WIKIPEDIA_LANGUAGE=${CONFIG_WIKIPEDIA_LANGUAGE:-${CONFIG_GOOGLE_LANGUAGE}}
# Supported apps integration configuration. These empty spaces can be set up using free hosts as pointers
# A particular example is using the "https://yewtu.be" or a self-hosted host to integrate the invidious app to librex