#49 fix REDIS_URL and EventSource path

This commit is contained in:
Henning Jacobs
2017-01-07 00:26:02 +01:00
parent f35da40687
commit f725d6bbda
3 changed files with 4 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ The following environment variables are supported:
``MOCK``
Set to "true" to mock Kubernetes cluster data.
``REDIS_URL``
Optional Redis server to use for pub/sub events and job locking when running more than one replica.
Optional Redis server to use for pub/sub events and job locking when running more than one replica. Example: ``redis://my-redis:6379``
Supported Browsers