From 45a9463f0a85bf9d6584db508466e85cdaa736b4 Mon Sep 17 00:00:00 2001 From: "Junior L. Botelho (JLB)" Date: Sat, 18 Feb 2023 14:23:04 -0300 Subject: [PATCH] refactor: add info about WIKIPEDIA environment to docker readme --- docker/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docker/README.md b/docker/README.md index d752271..b7bc5d6 100644 --- a/docker/README.md +++ b/docker/README.md @@ -8,6 +8,7 @@ - [Environment variables that can be set in the Docker container](#environment-variables-that-can-be-set-in-the-docker-container) - [OpenSearch](#opensearch) - [Search Config](#search-config) + - [Wikipedia](#wikipedia) - [Applications](#applications) - [Curl](#curl) - [Docker version issues](#docker-version-issues) @@ -53,6 +54,7 @@ services: - TZ="America/New_York" - CONFIG_GOOGLE_DOMAIN="com" - CONFIG_GOOGLE_LANGUAGE="en" + - CONFIG_WIKIPEDIA_LANGUAGE="en" volumes: - ./nginx_logs:/var/log/nginx - ./php_logs:/var/log/php7 @@ -92,6 +94,14 @@ This docker image was developed with high configurability in mind, so here is th
+### Wikipedia + +| Variables | Default | Examples | Description | +|:----------|:-------------|:---------|:------| +| CONFIG_WIKIPEDIA_LANGUAGE | "en" | "pt", "es", "hu" | Adds language support for Wikipedia results | + +
+ ### Applications | Variables | Default | Examples | Description |