summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2022-01-17 19:59:46 +0100
committerGravatar Tom van der Lee <tom@vanderlee.io>2022-01-17 20:00:59 +0100
commite2843181eb5b6d5594d8e63a8406e8509b1dfbfe (patch)
tree21729ed1730e50d1f76ff903538b87fa76e8d593 /README.rst
parent5a38ebf365bfa0718dcbd7ab013af5f2da4610f6 (diff)
downloadserver-e2843181eb5b6d5594d8e63a8406e8509b1dfbfe.tar.gz
server-e2843181eb5b6d5594d8e63a8406e8509b1dfbfe.tar.bz2
server-e2843181eb5b6d5594d8e63a8406e8509b1dfbfe.zip
Added REDIS_URL to readmev1.1.0
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 9 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 8688b23..eba076a 100644
--- a/README.rst
+++ b/README.rst
@@ -19,13 +19,15 @@ Running::
19 19
20Environment variables: 20Environment variables:
21 21
22+----------------+-----------------------------------------------------------------------------------------------------------------+--------------+ 22+----------------+--------------------------------------------------------------------------------------------------------------------------+--------------+
23| Variable | Description | Valid Value | 23| Variable | Description | Valid Value |
24+================+=================================================================================================================+==============+ 24+================+==========================================================================================================================+==============+
25| TUNNEL_DOMAIN | The domain your tunnel server is hosted on. Any individual tunnels will be hosted as a subdomain of this one. | FQDN | 25| TUNNEL_DOMAIN | The domain your tunnel server is hosted on. Any individual tunnels will be hosted as a subdomain of this one. | FQDN |
26+----------------+-----------------------------------------------------------------------------------------------------------------+--------------+ 26+----------------+--------------------------------------------------------------------------------------------------------------------------+--------------+
27| SECURE | Set this value to True if you are hosting the tunnel with SSL. If not leave this variable out | | 27| SECURE | Set this value to True if you are hosting the tunnel with SSL. If not leave this variable out | |
28+----------------+-----------------------------------------------------------------------------------------------------------------+--------------+ 28+----------------+--------------------------------------------------------------------------------------------------------------------------+--------------+
29| REDIS_URL | [OPTIONAL] Adding a redis url allows to scale this application and loadbalance the connection between multiple instances | |
30+----------------+--------------------------------------------------------------------------------------------------------------------------+--------------+
29 31
30Developing 32Developing
31---------- 33----------