Просмотр исходного кода

Update conf.sample.php

Fixed typo to match the mysql database name
PeGaSuS 4 лет назад
Родитель
Сommit
f8ff49509b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cfg/conf.sample.php

+ 1 - 1
cfg/conf.sample.php

@@ -199,7 +199,7 @@ dir = PATH "data"
 ; example of DB configuration for PostgreSQL
 ;class = Database
 ;[model_options]
-;dsn = "pgsql:host=localhost;dbname=pastebin"
+;dsn = "pgsql:host=localhost;dbname=privatebin"
 ;tbl = "privatebin_"     ; table prefix
 ;usr = "privatebin"
 ;pwd = "Z3r0P4ss"