fix: JSON fields handling for MariaDB
This commit is contained in:
14
dev/docker-postgres/config.yml
Normal file
14
dev/docker-postgres/config.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
port: 3000
|
||||
bindIP: 0.0.0.0
|
||||
db:
|
||||
type: postgres
|
||||
host: db
|
||||
port: 5432
|
||||
user: wikijs
|
||||
pass: wikijsrocks
|
||||
db: wiki
|
||||
redis:
|
||||
host: redis
|
||||
port: 6379
|
||||
db: 0
|
||||
logLevel: info
|
Reference in New Issue
Block a user