mirror of
https://github.com/friendica/friendica
synced 2024-11-20 14:23:41 +00:00
give the admin user the admin panel in the Vagrant VM
This commit is contained in:
parent
c22920edba
commit
97347692ac
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ $a->config['sitename'] = "My Friend Network";
|
||||||
|
|
||||||
$a->config['register_policy'] = REGISTER_OPEN;
|
$a->config['register_policy'] = REGISTER_OPEN;
|
||||||
$a->config['register_text'] = '';
|
$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
|
// Maximum size of an imported message, 0 is unlimited
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue