Merge pull request #3758 from tobiasd/20171005-vagrant

give the admin user the admin panel in the Vagrant VM
This commit is contained in:
Michael Vogel 2017-10-05 13:04:34 +02:00 committed by GitHub
commit d38f58fd78
1 changed files with 1 additions and 1 deletions

View 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