X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FConfig.md;h=8855099391d5dabd99fe4b4f9dd94fd0b0a0a8ef;hb=6d0f6babe3387d16c768fa0f779ee65acde1b5d1;hp=f2224f5de7f2d573791e32dc642c441b8376ce09;hpb=3b1f777d0c44ab4f26edbbc2e1f9f59481468145;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.