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:
parent
f89528e81e
commit
216bf4bcd5
1 changed files with 5 additions and 2 deletions
|
@ -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',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue