]> git.mxchange.org Git - friendica.git/blobdiff - doc/Config.md
Added description
[friendica.git] / doc / Config.md
index f2224f5de7f2d573791e32dc642c441b8376ce09..8855099391d5dabd99fe4b4f9dd94fd0b0a0a8ef 100644 (file)
@@ -42,6 +42,9 @@ Some examples of common known configuration files:
 
 Addons can define their own default configuration values in `addon/[addon]/config/[addon].config.php` which is loaded when the addon is activated.
 
+If needed, an alternative `config` path can be used by using the `FRIENDICA_CONFIG_DIR` environment variable (full path required!).
+This is useful in case of hardening the system by separating configuration from program binaries. 
+
 ### Static Configuration location
 
 The `static` directory holds the codebase default configurations files.