]> git.mxchange.org Git - friendica.git/blobdiff - util/htconfig.vagrant.php
Text for translations
[friendica.git] / util / htconfig.vagrant.php
index d5cb233575455c60a2b0cc64e83351999e07b044..623b587ef014e84ef0fb341659b83a1bcbf31c48 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'] = 'admin@friendica.dev';
+$a->config['admin_email'] = 'admin@friendica.local';
 
 // Maximum size of an imported message, 0 is unlimited
 
@@ -65,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;