summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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----------