Merge remote-tracking branch 'origin/master' into php8
This commit is contained in:
commit
b5d9850bee
1 changed files with 10 additions and 0 deletions
|
@ -194,3 +194,13 @@ dir = PATH "data"
|
|||
;usr = null
|
||||
;pwd = null
|
||||
;opt[12] = true ; PDO::ATTR_PERSISTENT
|
||||
|
||||
;[model]
|
||||
; example of DB configuration for PostgreSQL
|
||||
;class = Database
|
||||
;[model_options]
|
||||
;dsn = "pgsql:host=localhost;dbname=privatebin"
|
||||
;tbl = "privatebin_" ; table prefix
|
||||
;usr = "privatebin"
|
||||
;pwd = "Z3r0P4ss"
|
||||
;opt[12] = true ; PDO::ATTR_PERSISTENT
|
||||
|
|
Loading…
Reference in a new issue