28 lines
406 B
YAML
28 lines
406 B
YAML
driver: "postgres"
|
|
host: "127.0.0.1"
|
|
port: 5432
|
|
database: "server"
|
|
username: "test"
|
|
password: ""
|
|
options:
|
|
persistent: false
|
|
timeoutSeconds: 10
|
|
|
|
pool:
|
|
size: 4
|
|
|
|
cache:
|
|
enabled: true
|
|
writeBehind: true
|
|
flushIntervalSeconds: 10
|
|
maxDirty: 100
|
|
ttlSeconds: 0
|
|
maxEntries: 0
|
|
preloadBatchSize: 20
|
|
preloadDelayTicks: 20
|
|
preloadAsync: true
|
|
|
|
migrations:
|
|
enabled: false
|
|
table: "db_migrations"
|