aboutsummaryrefslogtreecommitdiffstats
path: root/htconfig.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-06 14:34:00 -0800
committerFriendika <info@friendika.com>2010-12-06 14:34:00 -0800
commit1ee1df3747ee22f561ff5573fc40012c3af44e70 (patch)
treec2d9c1ffbd8cca36b7ddabb801e7ba25e5fab544 /htconfig.php
parent8eea856131ac95b19641afd8c8fac7d7b9abed92 (diff)
downloadvolse-hubzilla-1ee1df3747ee22f561ff5573fc40012c3af44e70.tar.gz
volse-hubzilla-1ee1df3747ee22f561ff5573fc40012c3af44e70.tar.bz2
volse-hubzilla-1ee1df3747ee22f561ff5573fc40012c3af44e70.zip
RINO encryption now enabled by default on new installs
Diffstat (limited to 'htconfig.php')
-rw-r--r--htconfig.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/htconfig.php b/htconfig.php
index 8f6489965..11719a2c6 100644
--- a/htconfig.php
+++ b/htconfig.php
@@ -57,3 +57,10 @@ $a->config['system']['directory_submit_url'] = 'http://dir.friendika.com/submit'
$a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com';
+// Server-to-server private message encryption (RINO) is allowed by default.
+// Encryption will only be provided if this setting is true and the
+// PHP mcrypt extension is installed on both systems
+
+$a->config['system']['rino_encrypt'] = true;
+
+ \ No newline at end of file