X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fhtconfig.vagrant.php;h=623b587ef014e84ef0fb341659b83a1bcbf31c48;hb=93daf7883e98d797759fb81dbf12e9e368debf61;hp=cc4ade758a190811e8b22d56949b2ad1c4c9a128;hpb=d38f58fd78fc338396630bad5e2a0ed480903f5e;p=friendica.git diff --git a/util/htconfig.vagrant.php b/util/htconfig.vagrant.php index cc4ade758a..623b587ef0 100644 --- a/util/htconfig.vagrant.php +++ b/util/htconfig.vagrant.php @@ -33,7 +33,7 @@ $a->config['sitename'] = "My Friend Network"; $a->config['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; -$a->config['admin_email'] = 'admin@friendica.dev'; +$a->config['admin_email'] = 'admin@friendica.local'; // 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 @@ -66,7 +65,7 @@ $a->config['system']['no_regfullname'] = true; //$a->config['system']['block_local_dir'] = false; // Location of the global directory -$a->config['system']['directory'] = 'http://dir.friendica.social'; +$a->config['system']['directory'] = 'https://dir.friendica.social'; // turn on friendica's log $a->config['system']['debugging'] = true;