give the admin user the admin panel in the Vagrant VM

This commit is contained in:
Tobias Diekershoff 2017-10-05 12:58:53 +02:00
parent c22920edba
commit 97347692ac
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