diff --git a/conf/local-sample.config.php b/conf/local-sample.config.php index 76a2b63..67c610a 100644 --- a/conf/local-sample.config.php +++ b/conf/local-sample.config.php @@ -32,14 +32,17 @@ return [ // **************************************************************** 'config' => [ + 'php_path' => '/usr/bin/php' 'admin_email' => '__EMAIL__', 'sitename' => 'Friendica Social Network', 'register_policy' => \Friendica\Module\Register::OPEN, - 'register_text' => '', + 'max_import_size' => 200000, ], 'system' => [ + 'url' => 'https://__DOMAIN__', + 'basepath' => '__INSTALL_DIR__' + 'pidfile' => '/run/friendica/daemon.pid', 'default_timezone' => '__TIMEZONE__', 'language' => '__LANGUAGE__', - 'pidfile' => '/run/friendica/daemon.pid', ], ];