From aacb9f37844c347a1b4fa1e9b8c7a9727a51996c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Tue, 25 Apr 2017 10:48:26 +0200 Subject: phpbb: Fix pgsql host --- modules/phpbb/templates/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/phpbb') diff --git a/modules/phpbb/templates/config.php b/modules/phpbb/templates/config.php index 95bf1f2a..5d878235 100644 --- a/modules/phpbb/templates/config.php +++ b/modules/phpbb/templates/config.php @@ -2,7 +2,7 @@ // phpBB 3.0.x auto-generated configuration file // // Do not change anything in this file! $dbms = 'postgres'; -$dbhost = 'pgsql.<%= domain %>'; +$dbhost = 'pg.<%= domain %>'; $dbport = ''; $dbname = '<%= database %>'; $dbuser = '<%= user %>'; -- cgit v1.2.1