diff options
| author | 2022-01-17 19:59:46 +0100 | |
|---|---|---|
| committer | 2022-01-17 20:00:59 +0100 | |
| commit | e2843181eb5b6d5594d8e63a8406e8509b1dfbfe (patch) | |
| tree | 21729ed1730e50d1f76ff903538b87fa76e8d593 | |
| parent | 5a38ebf365bfa0718dcbd7ab013af5f2da4610f6 (diff) | |
| download | server-1.1.0.tar.gz server-1.1.0.tar.bz2 server-1.1.0.zip | |
Added REDIS_URL to readmev1.1.0
| -rw-r--r-- | README.rst | 16 |
1 files changed, 9 insertions, 7 deletions
| @@ -19,13 +19,15 @@ Running:: | |||
| 19 | 19 | ||
| 20 | Environment variables: | 20 | Environment 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 | ||
| 30 | Developing | 32 | Developing |
| 31 | ---------- | 33 | ---------- |
