From d933dfe89488ac7ed2661bfc3cacaea841fb5229 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 11 Feb 2024 23:34:40 +0100 Subject: [PATCH] fix config file --- conf/local-sample.config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/local-sample.config.php b/conf/local-sample.config.php index ef4a0f7..be4e5a4 100644 --- a/conf/local-sample.config.php +++ b/conf/local-sample.config.php @@ -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__', ],