X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FConfig.md;h=8855099391d5dabd99fe4b4f9dd94fd0b0a0a8ef;hb=13d72424637a34d9b4caa734b6b8d82d44ccfb7c;hp=f2224f5de7f2d573791e32dc642c441b8376ce09;hpb=92fb0a82ca9b62065647a8c34134030415a67c55;p=friendica.git diff --git a/doc/Config.md b/doc/Config.md index f2224f5de7..8855099391 100644 --- a/doc/Config.md +++ b/doc/Config.md @@ -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.