X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fhtconfig.vagrant.php;h=cc4ade758a190811e8b22d56949b2ad1c4c9a128;hb=c4d3ab68785122ff070c65a444aaa0833b746b2b;hp=a889adac6cf737fbac16d7fcd7cdfb8f282e453b;hpb=959d6ae15e7c11114729905ee66ad5acfd20ea7a;p=friendica.git diff --git a/util/htconfig.vagrant.php b/util/htconfig.vagrant.php index a889adac6c..cc4ade758a 100644 --- a/util/htconfig.vagrant.php +++ b/util/htconfig.vagrant.php @@ -4,8 +4,8 @@ // Copy or rename this file to .htconfig.php $db_host = 'localhost'; -$db_user = 'root'; -$db_pass = 'root'; +$db_user = 'friendica'; +$db_pass = 'friendica'; $db_data = 'friendica'; // If you are using a subdirectory of your domain you will need to put the @@ -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 @@ -73,3 +73,5 @@ $a->config['system']['debugging'] = true; $a->config['system']['logfile'] = 'logfile.out'; $a->config['system']['loglevel'] = LOGGER_DEBUG; +// display php errors +ini_set('display_errors', '1');