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

fix config file

This commit is contained in:
OniriCorpe 2024-02-11 23:34:40 +01:00
parent fff6f5a6fd
commit d933dfe894

View file

@ -32,7 +32,7 @@ return [
// ****************************************************************
'config' => [
'php_path' => '/usr/bin/php'
'php_path' => '/usr/bin/php',
'admin_email' => '__EMAIL__',
'sitename' => 'Friendica Social Network',
'register_policy' => \Friendica\Module\Register::OPEN,
@ -40,7 +40,7 @@ return [
],
'system' => [
'url' => 'https://__DOMAIN__',
'basepath' => '__INSTALL_DIR__'
'basepath' => '__INSTALL_DIR__',
'default_timezone' => '__TIMEZONE__',
'language' => '__LANGUAGE__',
],