v0.5.3-pre.002
This commit is contained in:
@@ -6,19 +6,11 @@
|
||||
"database": {
|
||||
"enabled": true,
|
||||
"backend": "postgres",
|
||||
"postgres": {
|
||||
"backend_options": {
|
||||
"url": "${KS_SECRET_POSTGRES_DEVNET_URL}",
|
||||
"max_connections": 8,
|
||||
"connect_timeout_ms": 5000,
|
||||
"auto_initialize_schema": true
|
||||
},
|
||||
"sqlite": {
|
||||
"path": "data/local.sqlite",
|
||||
"create_if_missing": true,
|
||||
"busy_timeout_ms": 5000,
|
||||
"max_connections": 1,
|
||||
"auto_initialize_schema": true,
|
||||
"use_wal": true
|
||||
}
|
||||
},
|
||||
"solana": {
|
||||
|
||||
Reference in New Issue
Block a user