]> git.mxchange.org Git - friendica.git/blobdiff - util/htconfig.vagrant.php
regen credits
[friendica.git] / util / htconfig.vagrant.php
index ea12e6efbc8153fb4e863fcd080d1e3dbf64be0b..d5cb233575455c60a2b0cc64e83351999e07b044 100644 (file)
@@ -33,7 +33,7 @@ $a->config['sitename'] = "My Friend Network";
 
 $a->config['register_policy'] = REGISTER_OPEN;
 $a->config['register_text'] = '';
-$a->config['admin_email'] = 'vagrant@friendica.dev';
+$a->config['admin_email'] = 'admin@friendica.dev';
 
 // Maximum size of an imported message, 0 is unlimited
 
@@ -49,10 +49,9 @@ $a->config['php_path'] = '/usr/bin/php';
 
 
 // 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
+// set to 0 to disable, 1 to enable
 
-$a->config['system']['rino_encrypt'] = true;
+$a->config['system']['rino_encrypt'] = 1;
 
 // default system theme