]> git.mxchange.org Git - friendica.git/blobdiff - config/config.ini.php
Merge pull request #5971 from MrPetovan/bug/5970-use-temppath-passwordexposed
[friendica.git] / config / config.ini.php
index 9808c970d247f0e87d99c7d577e0e2ed8ebe55bb..ea3df52cbdbdbc11c36d5ab11ea8f23dbb50b026 100644 (file)
@@ -3,7 +3,7 @@
 ; CONFIG.INI.PHP
 
 ; This file declares the default values for the base config of Friendica.
-; These configuration values aren't accessible from the admin settings page and custom values must be set in config/loca.ini.php
+; These configuration values aren't accessible from the admin settings page and custom values must be set in config/local.ini.php
 
 ; Please don't edit this file directly as its content may change in the upcoming versions.
 
@@ -140,6 +140,10 @@ disable_url_validation = false
 ; Disable the exposition check against the remote haveibeenpwned API on password change.
 disable_password_exposed = false
 
+; disable_polling (Boolean)
+; Disable the polling of DFRN and OStatus contacts through onepoll.php.
+disable_polling = false
+
 ; dlogfile (Path)
 ; location of the developer log file.
 dlogfile =
@@ -405,4 +409,4 @@ debug = false
 lockpath =
 
 INI;
-// Keep this line
\ No newline at end of file
+// Keep this line