Update conf.sample.php
Fixed typo to match the mysql database name
This commit is contained in:
parent
6d748de33a
commit
f8ff49509b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue