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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"