Files
ORM/config.yml
2026-02-07 15:54:21 +03:00

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"