Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/erikdubbelboer/phpRedisAdmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkerolos william <kerolos.william@gmail.com>2021-10-14 22:31:47 +0300
committerGitHub <noreply@github.com>2021-10-14 22:31:47 +0300
commitcc9f24c9c7dca6182b2f3a6d02e6b12b6af4b0aa (patch)
treedee64035eac633a35327c8bc947aab401f3cad09
parent33d3d99ccbb553bb12d2b10c4e45abafd55bcd3c (diff)
ADD DATABASES env var in the readme file #102 (#173)
-rw-r--r--README.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index ddf39d3..15de6f7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -56,6 +56,7 @@ Environment variables summary
* ``REDIS_1_NAME`` - define name of the Redis server
* ``REDIS_1_PORT`` - define port of the Redis server
* ``REDIS_1_AUTH`` - define password of the Redis server
+* ``REDIS_1_DATABASES`` - You can modify you config to prevent phpRedisAdmin from using CONFIG command
* ``ADMIN_USER`` - define username for user-facing Basic Auth
* ``ADMIN_PASS`` - define password for user-facing Basic Auth