]> git.mxchange.org Git - friendica.git/blobdiff - static/env.config.php
spelling: names
[friendica.git] / static / env.config.php
index a83b85b52bd5e622697d41c68ca06456047c7ab3..81c399060be56a91e9469448d91dcb0ccb729695 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -61,4 +61,8 @@ return [
        'REDIS_PORT' => ['system', 'redis_port'],
        'REDIS_PW'   => ['system', 'redis_password'],
        'REDIS_DB'   => ['system', 'redis_db'],
+
+       // Proxy Config
+       'FRIENDICA_FORWARDED_HEADERS' => ['proxy', 'forwarded_for_headers'],
+       'FRIENDICA_TRUSTED_PROXIES'   => ['proxy', 'trusted_proxies'],
 ];