1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Update local-sample.config.php

This commit is contained in:
Éric Gaspar 2023-08-21 18:25:03 +02:00
parent f89528e81e
commit 216bf4bcd5

View file

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