diff options
-rw-r--r-- | modules/phpbb/templates/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/phpbb/templates/config.php b/modules/phpbb/templates/config.php index 91e1b10e..ecf3289f 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 = 'plsql.<%= domain %>'; +$dbhost = 'pgsql.<%= domain %>'; $dbport = ''; $dbname = '<%= database %>'; $dbuser = '<%= user %>'; |