From da1693b508897b3ac005ff3eb7c08bd04cd0c781 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 27 Oct 2023 02:06:02 +0200 Subject: [PATCH] use mysqli unix socket by default --- config.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php.dist b/config.php.dist index e426664..033ed80 100644 --- a/config.php.dist +++ b/config.php.dist @@ -5,7 +5,7 @@ function config($basepath){ array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_PATH_BASEURL, 'http://www.url.to/project/'), array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_PATH_BASEPATH, $basepath.'/'), array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_DB_TYPE, \SYSTEM\CONFIG\config_ids::SYS_CONFIG_DB_TYPE_MYS), - array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_DB_HOST, '127.0.0.1'), + array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_DB_HOST, 'localhost'), array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_DB_PORT, ''), array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_DB_USER, 'db_user'), array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_DB_PASSWORD, 'db_pw'),