]> git.mxchange.org Git - friendica.git/blobdiff - doc/Config.md
Table for AP contacts, JSON-LD parser included
[friendica.git] / doc / Config.md
index ba6e674fc63d424b17068005378e5465eeb3710a..788c1cd0b6c1fd38c997c76d7a93042a6320907f 100644 (file)
@@ -8,6 +8,7 @@ Database config values overwrite the same file config values.
 
 ## File configuration
 
+WARNING: some characters `?{}|&~![()^"` should not be used in the keys or values. If one of those character is required put the value between double quotes (eg. password = "let&me&in")
 The configuration format for file configuration is an INI string returned from a PHP file.
 This prevents your webserver from displaying your private configuration it interprets the configuration files and displays nothing.