first commit
This commit is contained in:
27
config.yml
Normal file
27
config.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user