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:
authorYige <a@wyr.me>2019-06-14 09:00:39 +0300
committerErik Dubbelboer <erik@dubbelboer.com>2019-06-14 09:00:39 +0300
commitc8cb378ba7c51559ef4955dfdca3b104ba817d1b (patch)
tree8b4d17561b38e31838020ac1ef2b93f987d73d8c /README.markdown
parent249fd9edad4213a9742c1e46ef89b3bee65e010b (diff)
Update README.markdown (#138)
* Update README.markdown Add Environment variables summary * Update README.markdown
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 19fd8d7..ddf39d3 100644
--- a/README.markdown
+++ b/README.markdown
@@ -49,6 +49,16 @@ docker run --rm -it -e REDIS_1_HOST=myredis.host -e REDIS_1_NAME=MyRedis -p 80:8
```
Also, a Docker Compose manifest with a stack for testing and development is provided. Just issue ```docker-compose up --build``` to start it and browse to http://localhost. See ```docker-compose.yml``` file for configuration details.
+Environment variables summary
+====
+
+* ``REDIS_1_HOST`` - define host of the Redis server
+* ``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
+* ``ADMIN_USER`` - define username for user-facing Basic Auth
+* ``ADMIN_PASS`` - define password for user-facing Basic Auth
+
TODO
====