Improved DB + PostgreSQL support
This commit is contained in:
parent
5106cc5ba3
commit
c90c292629
26 changed files with 186 additions and 147 deletions
|
|
@ -1,9 +1,13 @@
|
|||
b8:
|
||||
database:
|
||||
servers:
|
||||
read: localhost
|
||||
write: localhost
|
||||
port: 3306
|
||||
read:
|
||||
- host: localhost
|
||||
port: 3306
|
||||
write:
|
||||
- host: localhost
|
||||
port: 3306
|
||||
type: mysql
|
||||
name: php-censor-db
|
||||
username: php-censor-user
|
||||
password: php-censor-password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue