Update conf.sample.php

Fixed typo to match the mysql database name
This commit is contained in:
PeGaSuS
2022-06-05 18:42:54 +02:00
committed by GitHub
parent 6d748de33a
commit f8ff49509b

View File

@@ -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"