From 5e454d80474d1f0084e81b2065b239fbdb3b8645 Mon Sep 17 00:00:00 2001 From: janwillemvd Date: Thu, 21 Mar 2024 14:17:39 +0100 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7297b60..5859f2a 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ Be sure to view the following repositories to understand all the customizable op | `ADMIN_PASS` | Administrator Password - Needed for Logging in | | x | | `APPLICATION_NAME` | Change default application name - Default `Freescout` | `freescout` | | | `APP_PROXY` | Allow Application to use a proxy for fetching modules | | | +| `APP_TRUSTED_PROXIES` | Comma separated list of trusted proxies, i.e. `192.168.1.1,192.168.1.2,192.168.1.3` | | | | `APP_NEW_FETCHING_LIBRARY` | Sets FreeScout's new_fetching_library config option | `FALSE` | | | `APP_X_FRAME_OPTIONS` | Allow to embed via iframes `TRUE` `FALSE` `DENY` `ALLOW FROM example.org` | `TRUE` | `DB_TYPE` | Type of the Database. Currently supported are `mysql` and `pgsql` | `mysql` | |