From e2843181eb5b6d5594d8e63a8406e8509b1dfbfe Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 17 Jan 2022 19:59:46 +0100 Subject: Added REDIS_URL to readme --- README.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 8688b23..eba076a 100644 --- a/README.rst +++ b/README.rst @@ -19,13 +19,15 @@ Running:: Environment variables: -+----------------+-----------------------------------------------------------------------------------------------------------------+--------------+ -| Variable | Description | Valid Value | -+================+=================================================================================================================+==============+ -| TUNNEL_DOMAIN | The domain your tunnel server is hosted on. Any individual tunnels will be hosted as a subdomain of this one. | FQDN | -+----------------+-----------------------------------------------------------------------------------------------------------------+--------------+ -| SECURE | Set this value to True if you are hosting the tunnel with SSL. If not leave this variable out | | -+----------------+-----------------------------------------------------------------------------------------------------------------+--------------+ ++----------------+--------------------------------------------------------------------------------------------------------------------------+--------------+ +| Variable | Description | Valid Value | ++================+==========================================================================================================================+==============+ +| TUNNEL_DOMAIN | The domain your tunnel server is hosted on. Any individual tunnels will be hosted as a subdomain of this one. | FQDN | ++----------------+--------------------------------------------------------------------------------------------------------------------------+--------------+ +| SECURE | Set this value to True if you are hosting the tunnel with SSL. If not leave this variable out | | ++----------------+--------------------------------------------------------------------------------------------------------------------------+--------------+ +| REDIS_URL | [OPTIONAL] Adding a redis url allows to scale this application and loadbalance the connection between multiple instances | | ++----------------+--------------------------------------------------------------------------------------------------------------------------+--------------+ Developing ---------- -- cgit v1.2.3