add proxy-port for port override when running behind a proxy

Signed-off-by: Adam Crowder <adam@adamcrowder.net>
This commit is contained in:
Adam Crowder
2020-05-03 02:19:32 -07:00
parent 8a5c737140
commit f366e8217e
4 changed files with 50 additions and 23 deletions

View File

@ -90,6 +90,7 @@ ip-blacklist | comma separated list of ips not allowed to connect to the service
temp-path | path to temp folder | system temp | TEMP_PATH |
web-path | path to static web files (for development or custom front end) | | WEB_PATH |
proxy-path | path prefix when service is run behind a proxy | | PROXY_PATH |
proxy-port | port of the proxy when the service is run behind a proxy | | PROXY_PORT |
ga-key | google analytics key for the front end | | GA_KEY |
uservoice-key | user voice key for the front end | | USERVOICE_KEY |
provider | which storage provider to use | (s3, gdrive or local) | PROVIDER |