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:
parent
fff6f5a6fd
commit
d933dfe894
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ return [
|
||||||
// ****************************************************************
|
// ****************************************************************
|
||||||
|
|
||||||
'config' => [
|
'config' => [
|
||||||
'php_path' => '/usr/bin/php'
|
'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,
|
||||||
|
@ -40,7 +40,7 @@ return [
|
||||||
],
|
],
|
||||||
'system' => [
|
'system' => [
|
||||||
'url' => 'https://__DOMAIN__',
|
'url' => 'https://__DOMAIN__',
|
||||||
'basepath' => '__INSTALL_DIR__'
|
'basepath' => '__INSTALL_DIR__',
|
||||||
'default_timezone' => '__TIMEZONE__',
|
'default_timezone' => '__TIMEZONE__',
|
||||||
'language' => '__LANGUAGE__',
|
'language' => '__LANGUAGE__',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue