Some checks failed
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
mdBook Build & Deploy / Build mdBook (push) Has been cancelled
Nickel Type Check / Nickel Type Checking (push) Has been cancelled
mdBook Build & Deploy / Documentation Quality Check (push) Has been cancelled
mdBook Build & Deploy / Deploy to GitHub Pages (push) Has been cancelled
mdBook Build & Deploy / Notification (push) Has been cancelled
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
# Common Database Defaults
|
|
# Default database configuration applied to all deployment modes
|
|
|
|
{
|
|
url = "ws://localhost:8000",
|
|
username = "root",
|
|
password = "",
|
|
database = "vapora",
|
|
pool_size = 20,
|
|
connection_timeout = 30,
|
|
max_idle_connections = 10,
|
|
}
|